Home | History | Annotate | Download | only in base

Lines Matching refs:temp_name

601   wchar_t temp_name[MAX_PATH + 1];
603 if (!GetTempFileName(dir.value().c_str(), L"", 0, temp_name)) {
608 DWORD path_len = GetLongPathName(temp_name, temp_name, MAX_PATH);
610 PLOG(WARNING) << "Failed to get long path name for " << temp_name;
615 temp_file_str.assign(temp_name, path_len);