Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_path.h188 bool IsParent(const FilePath& child) const;
Dfile_path.cc175 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in FilePath
Dfile_path_unittest.cc551 EXPECT_EQ(parent.IsParent(child), cases[i].expected) << in TEST_F()