Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp185 wchar_t filepath[ 64 ]; in WriteToSd() local
186 nn::nstd::TSNPrintf( filepath , 63 , in WriteToSd()
189 filepath[ 63 ] = L'\0'; in WriteToSd()
194 nn::Result result = fs.TryInitialize( filepath , true ); in WriteToSd()