HomeSort by relevance Sort by last modified time
    Searched refs:image_bundle (Results 1 - 3 of 3) sorted by null

  /external/devlib/devlib/module/
android.py 57 def __call__(self, image_bundle=None, images=None, bootargs=None):
62 if image_bundle: # pylint: disable=access-member-before-definition
63 image_bundle = expand_path(image_bundle)
64 to_flash = self._bundle_to_images(image_bundle)
72 def _validate_image_bundle(self, image_bundle):
73 if not tarfile.is_tarfile(image_bundle):
74 raise HostError('File {} is not a tarfile'.format(image_bundle))
75 with tarfile.open(image_bundle) as tar:
80 def _bundle_to_images(self, image_bundle)
    [all...]
__init__.py 89 def __call__(self, image_bundle=None, images=None, boot_config=None):
vexpress.py 321 def __call__(self, image_bundle=None, images=None, bootargs=None):
332 if image_bundle:
333 self._deploy_image_bundle(image_bundle)

Completed in 72 milliseconds