Searched refs:path_type (Results 1 – 2 of 2) sorted by relevance
93 static void addFromVolumeManager(std::list<std::string>* paths, PathTypes path_type) { in addFromVolumeManager() argument100 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() argument142 if (path_type == PathTypes::kMountPoint) { in addFromFstab()144 } else if (path_type == PathTypes::kBlkDevice) { in addFromFstab()
121 void WritePathString(ConfigWriter& writer, const std::string& path_type,