HomeSort by relevance Sort by last modified time
    Searched refs:IsParent (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
file_path.h 188 bool IsParent(const FilePath& child) const;
190 // If IsParent(child) holds, appends to path (if non-NULL) the
file_path_unittest.cc 551 EXPECT_EQ(parent.IsParent(child), cases[i].expected) <<
    [all...]
file_path.cc 175 bool FilePath::IsParent(const FilePath& child) const {
    [all...]

Completed in 58 milliseconds