Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dperfboot.py111 for temp_path in self._temp_paths:
112 temp = int(self._device.shell(['cat', temp_path])[0].rstrip())
/aosp14/system/core/fastboot/
H A Dfastboot.cpp734 char temp_path[PATH_MAX]; in win32_tmpfile() local
735 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile()
736 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()
741 if (GetTempFileName(temp_path, "fastboot", 0, filename) == 0) { in win32_tmpfile()