Home
last modified time | relevance | path

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

/system/vold/
DDirectVolume.h24 class PathInfo {
26 PathInfo(const char *pattern);
27 ~PathInfo();
36 typedef android::List<PathInfo *> PathCollection;
DDirectVolume.cpp37 PathInfo::PathInfo(const char *p) in PathInfo() function in PathInfo
49 PathInfo::~PathInfo() in ~PathInfo()
54 bool PathInfo::match(const char *path) in match()
108 mPaths->push_back(new PathInfo(path)); in addPath()