Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc289 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in CopyDirectory() local
290 if (real_from_path.empty()) in CopyDirectory()
292 if (real_to_path == real_from_path || real_from_path.IsParent(real_to_path)) in CopyDirectory()