Home | History | Annotate | Download | only in fastboot

Lines Matching full:temp_path

521     char temp_path[PATH_MAX];
522 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path);
523 if (nchars == 0 || nchars >= sizeof(temp_path)) {
529 if (GetTempFileName(temp_path, "fastboot", 0, filename) == 0) {