Searched refs:CopyAndDeleteDirectory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_util.h432 BASE_EXPORT bool CopyAndDeleteDirectory(const FilePath& from_path,
H A Dfile_util_win.cc753 ret = internal::CopyAndDeleteDirectory(from_path, to_path);
794 bool CopyAndDeleteDirectory(const FilePath& from_path, function in namespace:base::internal
H A Dfile_util_unittest.cc1604 // Move the directory by using CopyAndDeleteDirectory
1612 EXPECT_TRUE(internal::CopyAndDeleteDirectory(dir_name_from,

Completed in 1246 milliseconds