Searched refs:nchars (Results 1 – 3 of 3) sorted by relevance
43 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local44 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()
107 DWORD nchars = GetModuleFileNameA(nullptr, longname, arraysize(longname));108 if ((nchars >= arraysize(longname)) || (nchars == 0)) {
504 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local505 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()