HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceFile (Results 1 - 4 of 4) 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...]
  /external/chromium_org/base/
file_util_win.cc 150 bool ReplaceFile(const FilePath& from_path,
158 // Try the full-blown replace if the move fails, as ReplaceFile will only
162 if (::ReplaceFile(to_path.value().c_str(), from_path.value().c_str(), NULL,
file_util_posix.cc 200 bool ReplaceFile(const FilePath& from_path,

Completed in 167 milliseconds