Searched refs:image_path (Results 1 – 7 of 7) 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/lldb/examples/python/ |
D | crashlog.py | 477 for image_path in args: 478 fullpath_search = image_path[0] == '/' 483 if image.get_resolved_path() == image_path: 488 if image_basename == image_path: 494 … if resolved_image_path and string.find(image.get_resolved_path(), image_path) >= 0:
|
/external/autotest/server/site_tests/factory_InstallServo/ |
D | factory_InstallServo.py | 66 self.servo.install_recovery_image(image_path=shim_image)
|
/external/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 1280 const char *image_path = command.GetArgumentAtIndex(i); in DoExecute() local 1281 FileSpec image_spec (image_path, false); in DoExecute() 1286 …ult.AppendMessageWithFormat ("Loading \"%s\"...ok\nImage %u loaded.\n", image_path, image_token); in DoExecute() 1291 … result.AppendErrorWithFormat ("failed to load '%s': %s", image_path, error.AsCString()); in DoExecute()
|