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

  /build/make/tools/releasetools/
add_img_to_target_files 642 prebuilt_path = os.path.join(OPTIONS.input_tmp, "IMAGES", img_name)
643 if os.path.exists(prebuilt_path):
654 shutil.copy(img_radio_path, prebuilt_path)
    [all...]
add_img_to_target_files.py 642 prebuilt_path = os.path.join(OPTIONS.input_tmp, "IMAGES", img_name)
643 if os.path.exists(prebuilt_path):
654 shutil.copy(img_radio_path, prebuilt_path)
    [all...]
common.py 743 prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name)
744 if os.path.exists(prebuilt_path):
746 return File.FromLocalFile(name, prebuilt_path)
748 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
749 if os.path.exists(prebuilt_path):
751 return File.FromLocalFile(name, prebuilt_path)
    [all...]

Completed in 5991 milliseconds