Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp418 char temp_path[PATH_MAX]; in win32_tmpfile() local
419 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile()
420 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()
426 if (GetTempFileName(temp_path, "fastboot", 0, filename) == 0) { in win32_tmpfile()