Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/dbg/
Ddbg_DebugString.cpp36 NN_WEAK_SYMBOL void PutString(const char* text, s32 length) in PutString() function
42 void PutString(const char* text) in PutString() function
44 PutString(text, std::strlen(text)); in PutString()
55 PutString(buf, length); in VPrintf()
66 PutString(buf, length); in TVPrintf()
Ddbg_Dump.cpp46 detail::PutString("\n"); in DumpMemory()
55 detail::PutString(buffer, bufPos); in DumpMemory()
103 detail::PutString(buffer); in DumpMemory()
Ddbg_Logger.cpp321 nn::dbg::detail::PutString(buffer, len); in PrintLog()
/CTR-SDK-0.14.4/include/nn/dbg/
Ddbg_DebugString.h158 void PutString(const char* text, s32 length);
167 void PutString(const char* text);