Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/
Dtest_device.py688 self.full_path = handle.name
689 self.base_name = os.path.basename(self.full_path)
693 def __init__(self, checksum, full_path): argument
695 self.full_path = full_path
696 self.base_name = posixpath.basename(self.full_path)
727 full_path = posixpath.join(in_dir, base_name)
729 device.shell(['dd', 'if=/dev/urandom', 'of={}'.format(full_path),
731 dev_md5, _ = device.shell(['md5sum', full_path])[0].split()
733 files.append(DeviceFile(dev_md5, full_path))
881 paths = [x.full_path for x in temp_files]
[all …]