Searched refs:nchars (Results 1 – 2 of 2) sorted by relevance
328 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local329 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()
534 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local535 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()