Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/dbg/
Ddbg_Logger.cpp85 char* pFileNameTop = (char8*)std::strrchr(path, '\\'); in GetBaseName() local
86 if (!pFileNameTop) in GetBaseName()
90 return pFileNameTop + 1; in GetBaseName()
234 char* pFileNameTop = GetBaseName(fileName); in PrintLog() local
235 char* pModulePosition = std::strchr(pFileNameTop, '_'); in PrintLog()
239 …_t>(MODULE_LENGTH, reinterpret_cast<uptr>(pModulePosition) - reinterpret_cast<uptr>(pFileNameTop)); in PrintLog()
240 … len += SafeTSNPrintf(&buffer[len], sizeof(buffer) - len, "[%0.*s]", moduleLength, pFileNameTop); in PrintLog()
294 char8* pFileNameTop; in PrintLog() local
297 pFileNameTop = GetBaseName(fileName); in PrintLog()
301 pFileNameTop = (char8*)fileName; in PrintLog()
[all …]