HomeSort by relevance Sort by last modified time
    Searched refs:MakeFileName (Results 1 - 3 of 3) sorted by null

  /external/gtest/include/gtest/internal/
gtest-filepath.h 91 static FilePath MakeFileName(const FilePath& directory,
  /external/gtest/test/
gtest-filepath_test.cc 195 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"),
201 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"),
207 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_),
213 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_),
219 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"),
225 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"),
431 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
433 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"),
  /external/gtest/src/
gtest-filepath.cc 144 FilePath FilePath::MakeFileName(const FilePath& directory,
256 full_pathname.Set(MakeFileName(directory, base_name, number++, extension));

Completed in 20 milliseconds