Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util.cc238 FilePath abs_child = FilePath(child); in ContainsPath() local
241 !file_util::AbsolutePath(&abs_child)) in ContainsPath()
247 if (!StartsWith(abs_child.value(), abs_parent.value(), false)) in ContainsPath()
249 if (!StartsWithASCII(abs_child.value(), abs_parent.value(), true)) in ContainsPath()
255 if (abs_child.value().length() <= abs_parent.value().length() || in ContainsPath()
256 abs_child.value()[abs_parent.value().length()] != in ContainsPath()