Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_utils.cpp328 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local
329 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()
/system/core/fastboot/
Dfastboot.cpp534 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local
535 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()