Home
last modified time | relevance | path

Searched refs:unpack_dir (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)
1420 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
1438 data = _BuildBootableImage(prebuilt_name, os.path.join(unpack_dir, tree_subdir),
1439 os.path.join(unpack_dir, fs_config),
1523 def GetVendorBootImage(name, prebuilt_name, unpack_dir, tree_subdir, argument
1530 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name)
1541 os.path.join(unpack_dir, tree_subdir), info_dict)