Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util_posix.cc243 FilePath real_from_path = from_path; in CopyDirectory() local
244 if (!AbsolutePath(&real_from_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()
248 real_from_path.value()) == 0) in CopyDirectory()