Searched refs:temp_path (Results 1 – 1 of 1) sorted by relevance
418 char temp_path[PATH_MAX]; in win32_tmpfile() local419 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()