Searched refs:MoveUnsafe (Results 1 – 5 of 5) sorted by relevance
419 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
47 return internal::MoveUnsafe(from_path, to_path); in Move()
731 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe() function
836 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe() function
1044 EXPECT_TRUE(internal::MoveUnsafe(file_name_from, file_name_to)); in TEST_F()