Lines Matching refs:full_path
710 self.full_path = handle.name
711 self.base_name = os.path.basename(self.full_path)
715 def __init__(self, checksum, full_path): argument
717 self.full_path = full_path
718 self.base_name = posixpath.basename(self.full_path)
749 full_path = posixpath.join(in_dir, base_name)
751 device.shell(['dd', 'if=/dev/urandom', 'of={}'.format(full_path),
753 dev_md5, _ = device.shell([get_md5_prog(device), full_path])[0].split()
755 files.append(DeviceFile(dev_md5, full_path))
903 paths = [x.full_path for x in temp_files]
1191 paths = [x.full_path for x in temp_files]