Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb_utils.cpp329 WCHAR temp_path[MAX_PATH]; in GetLogFilePath() local
332 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath()
333 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()
340 if (!android::base::WideToUTF8(temp_path, &temp_path_utf8)) { in GetLogFilePath()