Home
last modified time | relevance | path

Searched refs:pIn (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp78 void EscapeForPath(wchar_t* pOut, const wchar_t* pIn) in EscapeForPath() argument
81 for ( i = 0; i < sizeof(pIn) / sizeof(wchar_t) - 1; ++ i ) in EscapeForPath()
83 if ( pIn[ i ] == L'/' || pIn[ i ] == L' ' || pIn[ i ] == L':' ) in EscapeForPath()
87 else if ( pIn[ i ] == L'\0' ) in EscapeForPath()
93 pOut[ i ] = pIn[ i ]; in EscapeForPath()