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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-filepath.cc153 FilePath full_pathname; local
156 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
157 } while (full_pathname.FileOrDirectoryExists());
158 return full_pathname;
/external/chromium/testing/gtest/src/
H A Dgtest-filepath.cc282 FilePath full_pathname; local
285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
286 } while (full_pathname.FileOrDirectoryExists());
287 return full_pathname;
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc284 FilePath full_pathname; local
287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
288 } while (full_pathname.FileOrDirectoryExists());
289 return full_pathname;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc282 FilePath full_pathname; local
285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
286 } while (full_pathname.FileOrDirectoryExists());
287 return full_pathname;
/external/gtest/src/
H A Dgtest-filepath.cc282 FilePath full_pathname; local
285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
286 } while (full_pathname.FileOrDirectoryExists());
287 return full_pathname;
/external/llvm/utils/unittest/googletest/
H A Dgtest-filepath.cc280 FilePath full_pathname; local
283 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
284 } while (full_pathname.FileOrDirectoryExists());
285 return full_pathname;
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc282 FilePath full_pathname; local
285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
286 } while (full_pathname.FileOrDirectoryExists());
287 return full_pathname;
/external/open-vcdiff/gtest/src/
H A Dgtest-filepath.cc251 FilePath full_pathname; local
254 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
255 } while (full_pathname.FileOrDirectoryExists());
256 return full_pathname;
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc251 FilePath full_pathname; local
254 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));
255 } while (full_pathname.FileOrDirectoryExists());
256 return full_pathname;

Completed in 376 milliseconds