Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_utils.cpp332 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local
333 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()
/system/core/fastboot/
Dfastboot.cpp557 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local
558 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()