Home
last modified time | relevance | path

Searched refs:CopyDirectory (Results 1 – 15 of 15) sorted by relevance

/external/icing/icing/file/
Dmock-filesystem.h52 ON_CALL(*this, CopyDirectory) in MockFilesystem()
55 return real_filesystem_.CopyDirectory(src, dst, recursive); in MockFilesystem()
241 MOCK_METHOD(bool, CopyDirectory,
Dfilesystem.h88 virtual bool CopyDirectory(const char* src_dir, const char* dst_dir,
Dfilesystem_test.cc454 TEST_F(FilesystemTest, CopyDirectory) { in TEST_F() argument
478 EXPECT_TRUE(filesystem.CopyDirectory(src_dir.c_str(), dst_dir.c_str(), in TEST_F()
Dfilesystem.cc478 bool Filesystem::CopyDirectory(const char* src_dir, const char* dst_dir, in CopyDirectory() function in icing::lib::Filesystem
509 if (!CopyDirectory(src_sub_dir.c_str(), dst_sub_dir.c_str(), recursive)) { in CopyDirectory()
/external/icing/icing/
Dicing-search-engine_backwards_compatibility_test.cc111 ASSERT_TRUE(filesystem()->CopyDirectory(dir_without_portable_log.c_str(), in TEST_F()
251 ASSERT_TRUE(filesystem()->CopyDirectory(test_data_dir.c_str(), in TEST_F()
398 ASSERT_TRUE(filesystem()->CopyDirectory(test_data_dir.c_str(), in TEST_F()
/external/libchrome/base/files/
Dfile_util_unittest.cc990 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, true)); in TEST_F()
1057 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false)); in TEST_F()
1270 EXPECT_TRUE(CopyDirectory(src, dst, true)); in TEST_F()
1660 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, true)); in TEST_F()
1715 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_exists, true)); in TEST_F()
1763 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false)); in TEST_F()
1812 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false)); in TEST_F()
1836 EXPECT_TRUE(CopyDirectory(file_name_from, file_name_to, true)); in TEST_F()
1855 EXPECT_TRUE(CopyDirectory(file_name_from, file_name_to, true)); in TEST_F()
1877 EXPECT_TRUE(CopyDirectory(file_name_from, dir_name_to, true)); in TEST_F()
[all …]
Dfile_util.h129 BASE_EXPORT bool CopyDirectory(const FilePath& from_path,
Dfile_util_posix.cc395 bool CopyDirectory(const FilePath& from_path, in CopyDirectory() function
1052 if (!CopyDirectory(from_path, to_path, true)) in MoveUnsafe()
/external/cronet/base/files/
Dfile_util_unittest.cc1419 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, true)); in TEST_F()
1486 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false)); in TEST_F()
1699 EXPECT_TRUE(CopyDirectory(src, dst, true)); in TEST_F()
2151 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, true)); in TEST_F()
2206 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_exists, true)); in TEST_F()
2254 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false)); in TEST_F()
2303 EXPECT_TRUE(CopyDirectory(dir_name_from, dir_name_to, false)); in TEST_F()
2327 EXPECT_TRUE(CopyDirectory(file_name_from, file_name_to, true)); in TEST_F()
2346 EXPECT_TRUE(CopyDirectory(file_name_from, file_name_to, true)); in TEST_F()
2368 EXPECT_TRUE(CopyDirectory(file_name_from, dir_name_to, true)); in TEST_F()
[all …]
Dfile_util.h192 BASE_EXPORT bool CopyDirectory(const FilePath& from_path,
Dfile_util_win.cc508 bool CopyDirectory(const FilePath& from_path, in CopyDirectory() function
1246 if (CopyDirectory(from_path, to_path, true)) { in CopyAndDeleteDirectory()
Dfile_util_posix.cc401 bool CopyDirectory(const FilePath& from_path, in CopyDirectory() function
1278 if (!CopyDirectory(from_path, to_path, true)) in MoveUnsafe()
/external/cronet/net/disk_cache/
Ddisk_cache_test_base.cc55 return base::CopyDirectory(path, cache_path_, false); in CopyTestCache()
/external/zlib/google/
Dzip_unittest.cc1040 base::CopyDirectory(src_dir, src_dir_russian, true); in TEST_F()
/external/icing/icing/store/
Ddocument-store_test.cc3550 filesystem.CopyDirectory(document_store_without_length_in_tokens.c_str(), in TEST_F()
4174 ASSERT_TRUE(filesystem_.CopyDirectory( in TEST_F()