Home
last modified time | relevance | path

Searched refs:nchars (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dmain.cpp43 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local
44 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()
/system/core/base/
Dlogging.cpp107 DWORD nchars = GetModuleFileNameA(nullptr, longname, arraysize(longname));
108 if ((nchars >= arraysize(longname)) || (nchars == 0)) {
/system/core/fastboot/
Dfastboot.cpp504 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local
505 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()