Home | History | Annotate | Download | only in fastboot

Lines Matching refs:GetTempPath

522     DWORD nchars = GetTempPath(sizeof(temp_path), temp_path);
524 fprintf(stderr, "GetTempPath failed, error %ld\n", GetLastError());