HomeSort by relevance Sort by last modified time
    Searched refs:ShellCopy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/
file_util_win.cc 37 bool ShellCopy(const FilePath& from_path,
170 return ShellCopy(from_path, to_path, true);
183 ShellCopy(from_path, to_path, false);
187 return ShellCopy(directory, to_path, false);
  /external/chromium/base/
file_util_win.cc 246 bool ShellCopy(const FilePath& from_path, const FilePath& to_path,
284 return ShellCopy(from_path, to_path, true);
297 ShellCopy(from_path, to_path, false);
301 return ShellCopy(directory, to_path, false);
    [all...]

Completed in 756 milliseconds