Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dpartition.py859 def _create_disk_img(self, img_path, size): argument
867 logging.debug('Creating disk image %s, size = %d Bytes', img_path, size)
869 cmd = 'dd if=/dev/zero of=%s bs=1024 count=%d' % (img_path, size)
872 e_msg = 'Error creating disk image %s: %s' % (img_path, e)
874 return img_path
877 def _attach_img_loop(self, img_path): argument
885 logging.debug('Attaching image %s to a loop device', img_path)
889 cmd = 'losetup -f %s' % img_path
893 (img_path, e))
/external/pdfium/testing/tools/
Dtest_runner.py128 for img_path, md5_hash in image_paths:
130 test_name = os.path.splitext(os.path.split(img_path)[1])[0]
131 self.gold_results.AddTestResult(test_name, md5_hash, img_path)
/external/toolchain-utils/crosperf/
Dresults_report.py668 img_path = os.path.realpath(os.path.expanduser(label.chromeos_image))
669 ver, img = ParseChromeosImage(img_path)