Searched refs:unpack_dir (Results 1 – 1 of 1) sorted by relevance
/build/tools/releasetools/ |
D | common.py | 364 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir, argument 372 prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name) 377 prebuilt_path = os.path.join(unpack_dir, "IMAGES", prebuilt_name) 384 data = BuildBootableImage(os.path.join(unpack_dir, tree_subdir), 385 os.path.join(unpack_dir, fs_config),
|