OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CopyFolder
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
fileutils.cc
156
bool FilesystemInterface::
CopyFolder
(const Pathname &old_path,
fileutils.h
181
bool
CopyFolder
(const Pathname &old_path, const Pathname &new_path);
187
return
CopyFolder
(old_path, new_path);
323
static bool
CopyFolder
(const Pathname &old_path, const Pathname &new_path) {
324
return EnsureDefaultFilesystem()->
CopyFolder
(old_path, new_path);
Completed in 530 milliseconds