Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util_win.cc155 bool ShellCopy(const FilePath& from_path, const FilePath& to_path, in ShellCopy() function
189 return ShellCopy(from_path, to_path, true); in CopyDirectory()
202 ShellCopy(from_path, to_path, false); in CopyDirectory()
206 return ShellCopy(directory, to_path, false); in CopyDirectory()