Home | History | Annotate | Download | only in releasetools

Lines Matching full:prebuilt_path

532   prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name)
533 if os.path.exists(prebuilt_path):
535 return File.FromLocalFile(name, prebuilt_path)
537 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
538 if os.path.exists(prebuilt_path):
540 return File.FromLocalFile(name, prebuilt_path)