Lines Matching refs:device_path
1545 def __init__(self, seconds_period = 5.0, device_path = None):1550 device_path: The path of the disk's device node. Default '/dev/sda'1554 self._device_path = device_path1563 if not device_path:1566 logging.debug("device_path = %s", self._device_path)