Searched refs:full_pathname (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc289 FilePath full_pathname; local
292 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
293 } while (full_pathname.FileOrDirectoryExists());
294 return full_pathname;

Completed in 5 milliseconds