Searched refs:IsParent (Results 1 – 3 of 3) sorted by relevance
188 bool IsParent(const FilePath& child) const;
175 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in FilePath
551 EXPECT_EQ(parent.IsParent(child), cases[i].expected) << in TEST_F()