Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util.cc251 FilePath abs_child = FilePath(child); in ContainsPath() local
254 !file_util::AbsolutePath(&abs_child)) in ContainsPath()
260 if (!StartsWith(abs_child.value(), abs_parent.value(), false)) in ContainsPath()
262 if (!StartsWithASCII(abs_child.value(), abs_parent.value(), true)) in ContainsPath()
268 if (abs_child.value().length() <= abs_parent.value().length() || in ContainsPath()
269 abs_child.value()[abs_parent.value().length()] != in ContainsPath()