HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceFile (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
file_util_posix.cc 211 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) {
file_util_win.cc 212 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) {
228 return ::ReplaceFile(to_path.value().c_str(),
    [all...]

Completed in 33 milliseconds