Home
last modified time | relevance | path

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

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