Home
last modified time | relevance | path

Searched refs:ShellCopy (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dfile_util_win.cc246 bool ShellCopy(const FilePath& from_path, const FilePath& to_path, in ShellCopy() function
284 return ShellCopy(from_path, to_path, true); in CopyDirectory()
297 ShellCopy(from_path, to_path, false); in CopyDirectory()
301 return ShellCopy(directory, to_path, false); in CopyDirectory()