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.cc196 FilePath real_to_path = to_path; in DoCopyDirectory() local
197 if (PathExists(real_to_path)) in DoCopyDirectory()
198 real_to_path = MakeAbsoluteFilePath(real_to_path); in DoCopyDirectory()
200 real_to_path = MakeAbsoluteFilePath(real_to_path.DirName()); in DoCopyDirectory()
201 if (real_to_path.empty()) in DoCopyDirectory()
207 if (real_to_path == real_from_path || real_from_path.IsParent(real_to_path)) in DoCopyDirectory()