Searched refs:PathTypes (Results 1 – 2 of 2) sorted by relevance
59 enum class PathTypes { enum85 static void addFromVolumeManager(std::list<std::string>* paths, PathTypes path_type) { in addFromVolumeManager()92 if (path_type == PathTypes::kMountPoint) { in addFromVolumeManager()94 } else if (path_type == PathTypes::kBlkDevice) { in addFromVolumeManager()106 static void addFromFstab(std::list<std::string>* paths, PathTypes path_type) { in addFromFstab()133 if (path_type == PathTypes::kMountPoint) { in addFromFstab()135 } else if (path_type == PathTypes::kBlkDevice) { in addFromFstab()152 addFromFstab(&paths, PathTypes::kMountPoint); in Trim()153 addFromVolumeManager(&paths, PathTypes::kMountPoint); in Trim()375 addFromFstab(&paths, PathTypes::kBlkDevice); in RunIdleMaint()[all …]
272 PathTypes = self.__MatchPathPrefixTypes(*MatchPrefixWithIndex)273 for PathType in PathTypes: