Searched refs:path_type (Results 1 – 14 of 14) 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()
55 u32 path_type; member
76 u32 path_type; /* RX or TX */ member
121 void WritePathString(ConfigWriter& writer, const std::string& path_type,