/external/leveldb/db/ |
D | filename.cc | 20 static std::string MakeFileName(const std::string& dbname, uint64_t number, in MakeFileName() function 30 return MakeFileName(dbname, number, "log"); in LogFileName() 35 return MakeFileName(dbname, number, "ldb"); in TableFileName() 40 return MakeFileName(dbname, number, "sst"); in SSTTableFileName() 59 return MakeFileName(dbname, number, "dbtmp"); in TempFileName()
|
/external/cronet/third_party/googletest/src/googletest/test/ |
D | googletest-filepath-test.cc | 241 FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 0, "xml"); in TEST() 247 FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), 12, "xml"); in TEST() 252 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 258 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 265 FilePath::MakeFileName(FilePath(""), FilePath("bar"), 0, "xml"); in TEST() 271 FilePath::MakeFileName(FilePath(""), FilePath("bar"), 14, "xml"); in TEST() 487 FilePath::MakeFileName(testdata_path_, FilePath("unique"), 0, "txt")); in SetUp() 489 FilePath::MakeFileName(testdata_path_, FilePath("unique"), 1, "txt")); in SetUp()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-filepath-test.cc | 238 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() 244 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() 250 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 256 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 262 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() 268 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() 486 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp() 488 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp()
|
/external/googletest/googletest/test/ |
D | googletest-filepath-test.cc | 238 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() 244 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() 250 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 256 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 262 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() 268 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() 486 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp() 488 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp()
|
/external/cronet/third_party/boringssl/src/third_party/googletest/test/ |
D | googletest-filepath-test.cc | 238 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() 244 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() 250 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 256 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() 262 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() 268 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() 486 unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp() 488 unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), in SetUp()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 174 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 283 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/external/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-filepath.cc | 182 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/external/cronet/third_party/boringssl/src/third_party/googletest/src/ |
D | gtest-filepath.cc | 179 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 179 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
D | gtest.cc | 457 return internal::FilePath::MakeFileName( in GetAbsolutePathToOutputFile()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-filepath.cc | 179 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/external/googletest/googletest/src/ |
D | gtest-filepath.cc | 180 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 286 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/external/libvpx/third_party/googletest/src/src/ |
D | gtest-filepath.cc | 182 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/external/cronet/third_party/googletest/src/googletest/src/ |
D | gtest-filepath.cc | 182 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 285 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
D | gtest.cc | 647 return internal::FilePath::MakeFileName( in GetAbsolutePathToOutputFile()
|
/external/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-filepath.h | 90 static FilePath MakeFileName(const FilePath& directory,
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 90 static FilePath MakeFileName(const FilePath& directory,
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 91 static FilePath MakeFileName(const FilePath& directory,
|
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 90 static FilePath MakeFileName(const FilePath& directory,
|
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 90 static FilePath MakeFileName(const FilePath& directory,
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 90 static FilePath MakeFileName(const FilePath& directory,
|
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 90 static FilePath MakeFileName(const FilePath& directory,
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 90 static FilePath MakeFileName(const FilePath& directory,
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 7860 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 7966 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 8351 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() function in testing::internal::FilePath 8460 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|