Searched refs:image_path (Results 1 – 5 of 5) sorted by relevance
/external/skia/tools/ |
D | find_bad_images_in_skps.py | 125 image_path = os.path.join(temp_image_dir, image_name) 126 assert(os.path.isfile(image_path)) 127 args = [self.test_image_decoder, image_path] 130 os.remove(image_path) 133 shutil.move(image_path, self.saved_image_dir) 137 os.remove(image_path)
|
/external/autotest/server/cros/servo/ |
D | servo.py | 575 def image_to_servo_usb(self, image_path=None, argument 599 if image_path: 602 if not self._server.download_image_to_usb(image_path): 613 def install_recovery_image(self, image_path=None, argument 629 self.image_to_servo_usb(image_path, make_image_noninteractive) 634 def _scp_image(self, image_path): argument 647 dest_path = os.path.join('/tmp', os.path.basename(image_path)) 648 self._servo_host.send_file(image_path, dest_path)
|
/external/autotest/server/ |
D | autoupdate_utils.py | 40 def start_devserver(self, image_path): argument 49 opts = '--image %s' % image_path
|
/external/autotest/client/tests/kvm/tests/ |
D | unattended_install.py | 259 self.image_path = os.path.dirname(self.kernel) 485 if not os.path.isdir(self.image_path): 486 os.makedirs(self.image_path) 505 os.chdir(self.image_path) 533 os.path.basename(self.kernel), self.image_path)) 537 os.path.basename(self.initrd), self.image_path))
|
/external/autotest/server/site_tests/factory_InstallServo/ |
D | factory_InstallServo.py | 66 self.servo.install_recovery_image(image_path=shim_image)
|