Home
last modified time | relevance | path

Searched refs:MakeFileName (Results 1 – 25 of 34) sorted by relevance

12

/external/leveldb/db/
Dfilename.cc20 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/
Dgoogletest-filepath-test.cc241 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/
Dgoogletest-filepath-test.cc238 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/
Dgoogletest-filepath-test.cc238 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/
Dgoogletest-filepath-test.cc238 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/
Dgtest-filepath.cc174 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/
Dgtest-filepath.cc182 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/
Dgtest-filepath.cc179 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/
Dgtest-filepath.cc179 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()
Dgtest.cc457 return internal::FilePath::MakeFileName( in GetAbsolutePathToOutputFile()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc179 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/
Dgtest-filepath.cc180 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/
Dgtest-filepath.cc182 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/
Dgtest-filepath.cc182 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()
Dgtest.cc647 return internal::FilePath::MakeFileName( in GetAbsolutePathToOutputFile()
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-filepath.h90 static FilePath MakeFileName(const FilePath& directory,
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h90 static FilePath MakeFileName(const FilePath& directory,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h91 static FilePath MakeFileName(const FilePath& directory,
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-filepath.h90 static FilePath MakeFileName(const FilePath& directory,
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h90 static FilePath MakeFileName(const FilePath& directory,
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-filepath.h90 static FilePath MakeFileName(const FilePath& directory,
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h90 static FilePath MakeFileName(const FilePath& directory,
/external/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h90 static FilePath MakeFileName(const FilePath& directory,
/external/fmtlib/test/
Dgmock-gtest-all.cc7860 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/
Dgmock-gtest-all.cc8351 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()

12