Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc300 FilePath from_path_base = from_path; in CopyDirectory() local
305 from_path_base = from_path.DirName(); in CopyDirectory()
318 if (from_path_base != current) { in CopyDirectory()
319 if (!from_path_base.AppendRelativePath(current, &target_path)) { in CopyDirectory()