Home | History | Annotate | Download | only in fastboot

Lines Matching refs:GetTempPath

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