Home
last modified time | relevance | path

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

/external/chromium_org/base/files/
Dfile_util_win.cc188 FilePath from_path_base = from_path; in CopyDirectory() local
192 from_path_base = from_path.DirName(); in CopyDirectory()
199 if (from_path_base != current) { in CopyDirectory()
200 if (!from_path_base.AppendRelativePath(current, &target_path)) { in CopyDirectory()
Dfile_util_posix.cc298 FilePath from_path_base = from_path; in CopyDirectory() local
303 from_path_base = from_path.DirName(); in CopyDirectory()
316 if (from_path_base != current) { in CopyDirectory()
317 if (!from_path_base.AppendRelativePath(current, &target_path)) { in CopyDirectory()