Searched refs:BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
52 static const size_t BUF_SIZE = MAX_PATHNAME_WCHAR_LEN + 1; in TryInitialize() local54 NN_TASSERT_(pathLen <= BUF_SIZE); in TryInitialize()55 wchar_t buffer[BUF_SIZE]; in TryInitialize()
73 static const size_t BUF_SIZE = MAX_PATHNAME_WCHAR_LEN + 1; in TryInitialize() local75 NN_TASSERT_(pathLen <= BUF_SIZE); in TryInitialize()76 wchar_t buffer[BUF_SIZE]; in TryInitialize()
92 char8 prefix[BUF_SIZE]; in PrintLog()95 len += MakeFuncName(funcName, &prefix[len], BUF_SIZE - len - 3); in PrintLog()97 ::std::strncat(&prefix[len], " : ", BUF_SIZE - len - 3); in PrintLog()109 char8 userMessage[BUF_SIZE]; in PrintLog()
186 static const u32 BUF_SIZE = NN_DBG_TPRINTF_BUFFER_LENGTH; variable188 static const u32 BUF_SIZE = NN_DBG_PRINTF_BUFFER_LENGTH; variable