Home | History | Annotate | Download | only in hosts

Lines Matching refs:image_files

1039         image_files = [zipped_image_file] + ANDROID_STANDALONE_IMAGES
1042 for image_file in image_files:
1068 image_files = [zipped_image_file, vendor_partitions_file]
1071 for image_file in image_files:
1146 image_files = self.teststation.run(
1148 images = dict([(os.path.basename(f), f) for f in image_files])