Home
last modified time | relevance | path

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

/system/vold/
DIdleMaint.cpp67 enum class PathTypes { enum
93 static void addFromVolumeManager(std::list<std::string>* paths, PathTypes path_type) { in addFromVolumeManager()
100 if (path_type == PathTypes::kMountPoint) { in addFromVolumeManager()
102 } else if (path_type == PathTypes::kBlkDevice) { in addFromVolumeManager()
114 static void addFromFstab(std::list<std::string>* paths, PathTypes path_type) { in addFromFstab()
142 if (path_type == PathTypes::kMountPoint) { in addFromFstab()
144 } else if (path_type == PathTypes::kBlkDevice) { in addFromFstab()
164 addFromFstab(&paths, PathTypes::kMountPoint); in Trim()
165 addFromVolumeManager(&paths, PathTypes::kMountPoint); in Trim()
426 addFromFstab(&paths, PathTypes::kBlkDevice); in RunIdleMaint()
[all …]
/system/sepolicy/tests/
Dpolicy.py288 PathTypes = self.__MatchPathPrefixTypes(*MatchPrefixWithIndex)
289 for PathType in PathTypes: