Searched refs:real_to_path (Results 1 – 2 of 2) sorted by relevance
38 FilePath real_to_path = dest_dir; in CopyRecursiveDirNoCache() local39 if (PathExists(real_to_path)) { in CopyRecursiveDirNoCache()40 if (!AbsolutePath(&real_to_path)) in CopyRecursiveDirNoCache()43 real_to_path = real_to_path.DirName(); in CopyRecursiveDirNoCache()44 if (!AbsolutePath(&real_to_path)) in CopyRecursiveDirNoCache()47 if (real_to_path.value().compare(0, source_dir.value().size(), in CopyRecursiveDirNoCache()
234 FilePath real_to_path = to_path; in CopyDirectory() local235 if (PathExists(real_to_path)) { in CopyDirectory()236 if (!AbsolutePath(&real_to_path)) in CopyDirectory()239 real_to_path = real_to_path.DirName(); in CopyDirectory()240 if (!AbsolutePath(&real_to_path)) in CopyDirectory()246 if (real_to_path.value().size() >= real_from_path.value().size() && in CopyDirectory()247 real_to_path.value().compare(0, real_from_path.value().size(), in CopyDirectory()