Searched refs:temp_path (Results 1 – 1 of 1) sorted by relevance
329 WCHAR temp_path[MAX_PATH]; in GetLogFilePath() local332 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()