Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dcommon.py364 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir, argument
372 prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name)
374 print "using prebuilt %s from BOOTABLE_IMAGES..." % (prebuilt_name,)
377 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
379 print "using prebuilt %s from IMAGES..." % (prebuilt_name,)