Searched refs:CopyFileUnsafe (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/
H A Dfile_util.cc56 return internal::CopyFileUnsafe(from_path, to_path);
H A Dfile_util.h449 BASE_EXPORT bool CopyFileUnsafe(const FilePath& from_path,
H A Dfile_util_win.cc730 bool CopyFileUnsafe(const FilePath& from_path, const FilePath& to_path) { function in namespace:base::internal
H A Dfile_util_posix.cc909 bool CopyFileUnsafe(const FilePath& from_path, const FilePath& to_path) { function in namespace:base::internal
H A Dfile_util_unittest.cc1513 ASSERT_TRUE(base::internal::CopyFileUnsafe(file_name_from, dest_file2));

Completed in 88 milliseconds