Home
last modified time | relevance | path

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

/external/skia/tools/
Dfind_bad_images_in_skps.py125 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/
Dservo.py575 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/
Dautoupdate_utils.py40 def start_devserver(self, image_path): argument
49 opts = '--image %s' % image_path
/external/autotest/client/tests/kvm/tests/
Dunattended_install.py259 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/
Dfactory_InstallServo.py66 self.servo.install_recovery_image(image_path=shim_image)