Searched defs:ReplaceFile (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dfile_util_posix.cc211 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
H A Dfile_util_win.cc212 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { function in namespace:file_util
228 return ::ReplaceFile(to_path.value().c_str(),

Completed in 42 milliseconds