Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/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()
123 nn::dbg::detail::PutString(text, length); in nndbgDetailPutString()
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-2.4.0/include/nn/dbg/
Ddbg_DebugString.h140 #define NN_PUT( text, length ) (void)nn::dbg::detail::PutString(text, length)
201 void PutString(const char* text, s32 length);
210 void PutString(const char* text);