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

  /build/make/tools/releasetools/
add_img_to_target_files 513 img_radio_path = os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
514 if os.path.exists(img_radio_path):
516 common.ZipWrite(output_zip, img_radio_path, "IMAGES/" + img_name)
518 shutil.copy(img_radio_path, prebuilt_path)
598 img_radio_path = os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
599 assert os.path.exists(img_radio_path), \
600 "Failed to find %s at %s" % (img_name, img_radio_path)
603 common.ZipWrite(output_zip, img_radio_path, "IMAGES/" + img_name)
605 shutil.copy(img_radio_path, prebuilt_path)
add_img_to_target_files.py 513 img_radio_path = os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
514 if os.path.exists(img_radio_path):
516 common.ZipWrite(output_zip, img_radio_path, "IMAGES/" + img_name)
518 shutil.copy(img_radio_path, prebuilt_path)
598 img_radio_path = os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
599 assert os.path.exists(img_radio_path), \
600 "Failed to find %s at %s" % (img_name, img_radio_path)
603 common.ZipWrite(output_zip, img_radio_path, "IMAGES/" + img_name)
605 shutil.copy(img_radio_path, prebuilt_path)

Completed in 53 milliseconds