OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CopyDirectory
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
file_util.cc
375
bool
CopyDirectory
(const std::wstring& from_path, const std::wstring& to_path,
377
return
CopyDirectory
(FilePath::FromWStringHack(from_path),
file_util_posix.cc
204
if (!
CopyDirectory
(from_path, to_path, true))
216
bool
CopyDirectory
(const FilePath& from_path,
220
// Some old callers of
CopyDirectory
want it to support wildcards.
265
LOG(ERROR) << "
CopyDirectory
() couldn't stat source directory: " <<
296
LOG(ERROR) << "
CopyDirectory
() couldn't create directory: " <<
302
LOG(ERROR) << "
CopyDirectory
() couldn't create file: " <<
307
LOG(WARNING) << "
CopyDirectory
() skipping non-regular file: " <<
file_util_win.cc
279
bool
CopyDirectory
(const FilePath& from_path, const FilePath& to_path,
307
if (
CopyDirectory
(from_path, to_path, true)) {
[
all
...]
Completed in 304 milliseconds