Searched refs:temp_path (Results 1 – 3 of 3) sorted by relevance
325 WCHAR temp_path[MAX_PATH]; in GetLogFilePath() local328 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath()329 if (nchars >= arraysize(temp_path) || nchars == 0) { in GetLogFilePath()336 if (!android::base::WideToUTF8(temp_path, &temp_path_utf8)) { in GetLogFilePath()
111 for temp_path in self._temp_paths:112 temp = int(self._device.shell(['cat', temp_path])[0].rstrip())
533 char temp_path[PATH_MAX]; in win32_tmpfile() local534 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile()535 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()540 if (GetTempFileName(temp_path, "fastboot", 0, filename) == 0) { in win32_tmpfile()