Home
last modified time | relevance | path

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

/system/core/init/
Dperfboot.py111 for temp_path in self._temp_paths:
112 temp = int(self._device.shell(['cat', temp_path])[0].rstrip())
/system/core/fastboot/
Dfastboot.cpp739 char temp_path[PATH_MAX]; in win32_tmpfile() local
740 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()