Lines Matching defs:path
64 static bool FindPciDevicePrefix(const std::string& path, std::string* result) { in FindPciDevicePrefix()
95 static bool FindVbdDevicePrefix(const std::string& path, std::string* result) { in FindVbdDevicePrefix()
166 bool SysfsPermissions::MatchWithSubsystem(const std::string& path, in MatchWithSubsystem()
275 bool DeviceHandler::FindSubsystemDevice(std::string path, std::string* device_path, in FindSubsystemDevice()
314 bool DeviceHandler::FindPlatformDevice(const std::string& path, in FindPlatformDevice()
324 bool DeviceHandler::FindMmcDevice(const std::string& path, std::string* mmc_device_path) const { in FindMmcDevice() argument
332 bool DeviceHandler::FindNvmeDevice(const std::string& path, std::string* nvme_device_path) const { in FindNvmeDevice() argument
340 bool DeviceHandler::FindScsiDevice(const std::string& path, std::string* scsi_device_path) const { in FindScsiDevice() argument
361 std::string path = sysfs_mount_point_ + uevent.path + "/device"; in TrackDeviceUevent() local
372 std::string path = "/sys" + upath; in FixupSysPermissions() local
387 const std::string& path, const std::vector<std::string>& links) const { in GetDevicePermissions() argument
399 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice()
567 auto path = dir + "/" + dp->d_name; in RemoveDeviceMapperLinks() local