HomeSort by relevance Sort by last modified time
    Searched refs:MoveUnsafe (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/
file_util.cc 50 return internal::MoveUnsafe(from_path, to_path);
file_util.h 444 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
file_util_win.cc 696 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) {
file_util_posix.cc 882 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) {
file_util_unittest.cc     [all...]

Completed in 3104 milliseconds