Home | History | Annotate | Download | only in site_utils

Lines Matching refs:src_image

66                              '"%s:DST_IMAGE[:SRC_IMAGE]", in which case a '
67 'new payload will get generated from SRC_IMAGE '
171 @param payload_spec: A string of the form "DST_IMAGE[:SRC_IMAGE]", where
172 DST_IMAGE is a target image and SRC_IMAGE an optional
183 src_image = parts[1] if len(parts) == 2 else None
188 if src_image and not os.path.isfile(src_image):
190 src_image)
199 if src_image:
201 os.path.basename(src_image))
202 moblab.send_file(src_image, remote_src_image)
234 "PAYLOAD:DST_IMAGE[:SRC_IMAGE]" describing how to