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

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

Completed in 111 milliseconds