Searched refs:temp_path (Results 1 – 2 of 2) sorted by relevance
111 for temp_path in self._temp_paths:112 temp = int(self._device.shell(['cat', temp_path])[0].rstrip())
739 char temp_path[PATH_MAX]; in win32_tmpfile() local740 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile()741 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()746 if (GetTempFileName(temp_path, "fastboot", 0, filename) == 0) { in win32_tmpfile()