Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc204 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory() local
205 if (real_from_path.empty()) in DoCopyDirectory()
207 if (real_to_path == real_from_path || real_from_path.IsParent(real_to_path)) in DoCopyDirectory()
/external/cronet/base/files/
Dfile_util_win.cc197 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory() local
198 if (real_from_path.empty()) in DoCopyDirectory()
200 if (real_to_path == real_from_path || real_from_path.IsParent(real_to_path)) in DoCopyDirectory()
Dfile_util_posix.cc159 FilePath real_from_path = MakeAbsoluteFilePath(from_path); in DoCopyDirectory() local
160 if (real_from_path.empty()) in DoCopyDirectory()
162 if (real_to_path == real_from_path || real_from_path.IsParent(real_to_path)) in DoCopyDirectory()