Lines Matching refs:prebuilt_path
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)