Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.h435 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
Dfile_util.cc49 return internal::MoveUnsafe(from_path, to_path); in Move()
Dfile_util_posix.cc932 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe() function