Searched refs:PathInfo (Results 1 – 2 of 2) sorted by relevance
24 class PathInfo {26 PathInfo(const char *pattern);27 ~PathInfo();36 typedef android::List<PathInfo *> PathCollection;
37 PathInfo::PathInfo(const char *p) in PathInfo() function in PathInfo49 PathInfo::~PathInfo() in ~PathInfo()54 bool PathInfo::match(const char *path) in match()108 mPaths->push_back(new PathInfo(path)); in addPath()