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

/external/chromium_org/base/files/
H A Dfile_util.cc47 return internal::MoveUnsafe(from_path, to_path);
H A Dfile_util.h419 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
H A Dfile_util_win.cc731 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { function in namespace:base::internal
H A Dfile_util_posix.cc836 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { function in namespace:base::internal
H A Dfile_util_unittest.cc1044 EXPECT_TRUE(internal::MoveUnsafe(file_name_from, file_name_to));

Completed in 165 milliseconds