Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc180 bool DoCopyDirectory(const FilePath& from_path, in DoCopyDirectory() function
398 return DoCopyDirectory(from_path, to_path, recursive, false); in CopyDirectory()
404 return DoCopyDirectory(from_path, to_path, recursive, true); in CopyDirectoryExcl()