Home
last modified time | relevance | path

Searched refs:prebuilt_name (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/releasetools/
Dcommon.py1407 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir, argument
1415 prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name)
1417 logger.info("using prebuilt %s from BOOTABLE_IMAGES...", prebuilt_name)
1420 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
1422 logger.info("using prebuilt %s from IMAGES...", prebuilt_name)
1434 prebuilt_name != "boot.img" or
1438 data = _BuildBootableImage(prebuilt_name, os.path.join(unpack_dir, tree_subdir),
1523 def GetVendorBootImage(name, prebuilt_name, unpack_dir, tree_subdir, argument
1530 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
1532 logger.info("using prebuilt %s from IMAGES...", prebuilt_name)