Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc266 FilePath real_to_path = to_path; in CopyDirectory() local
267 if (PathExists(real_to_path)) { in CopyDirectory()
268 real_to_path = MakeAbsoluteFilePath(real_to_path); in CopyDirectory()
269 if (real_to_path.empty()) in CopyDirectory()
272 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in CopyDirectory()
273 if (real_to_path.empty()) in CopyDirectory()
279 if (real_to_path.value().size() >= real_from_path.value().size() && in CopyDirectory()
280 real_to_path.value().compare(0, real_from_path.value().size(), in CopyDirectory()