OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
file_util_posix.cc
197
bool
ReplaceFile
(const FilePath& from_path, const FilePath& to_path) {
file_util_win.cc
129
bool
ReplaceFile
(const FilePath& from_path, const FilePath& to_path) {
139
return ::
ReplaceFile
(to_path.value().c_str(),
Completed in 16 milliseconds