Searched refs:unpack_dir (Results 1 – 1 of 1) sorted by relevance
/build/tools/releasetools/ |
D | common.py | 524 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir, argument 532 prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name) 537 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name) 555 data = _BuildBootableImage(os.path.join(unpack_dir, tree_subdir), 556 os.path.join(unpack_dir, fs_config),
|