Lines Matching refs:device
205 def __init__(self, mount_point, fs_type, device, length, device2, context): argument
208 self.device = device
251 device=pieces[2], length=length,
289 device=pieces[0], length=length,
586 device = p.device
587 if "/" in device:
588 device = device[device.rfind("/")+1:]
589 limit = info_dict.get(device + "_size", None)
1196 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict)
1222 self.device, ranges_str, self.src.TotalSha1(),
1223 self.device, partition, partition, partition))
1226 self.device, ranges_str, self.src.TotalSha1()))
1254 self.device, ranges_str,
1262 self.device, ranges_str,
1293 device=self.device, partition=self.partition))
1324 % (self.device, r.to_string_raw(), srchash,
1325 self.device))
1344 fstab[mount_point].device)