Lines Matching full:image_path
1193 def image_to_servo_usb(self, image_path=None, argument
1203 @param image_path: Path on the host to the recovery image.
1217 if image_path:
1223 self.set_nocheck('download_image_to_usb_dev', image_path)
1273 image_path=None, argument
1287 @param image_path: Path on the host to the recovery image.
1294 self.image_to_servo_usb(image_path, make_image_noninteractive)
1297 if not image_path:
1302 def _scp_image(self, image_path): argument
1313 @param image_path: a string, name of the firmware image file to be
1317 src_path = os.path.dirname(image_path)
1328 return os.path.join(rv, os.path.basename(image_path))