Searched refs:nchars (Results 1 – 2 of 2) sorted by relevance
332 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local333 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()
557 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local558 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()