Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/build/omake/
Dutildefs.om340 private.filepath = $(dir)$(DIRSEP)$(file)
341 export filepath
342 if $(equal ., $(dirof $(filepath)))
343 filepath = $(basename $(file))
345 filepath = $(dirof $(filepath))$(DIRSEP)$(basename $(filepath))
347 private.path_digest = $(digest-optional $(filepath))
349 return $(filepath) $(path_digest)
/CTR-SDK-4.2.5/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()