Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.cc49 return internal::MoveUnsafe(from_path, to_path); in Move()
Dfile_util.h483 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
Dfile_util_posix.cc1036 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe() function
Dfile_util_unittest.cc1583 EXPECT_TRUE(internal::MoveUnsafe(file_name_from, file_name_to)); in TEST_F()