Searched refs:tree_subdir (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | common.py | 1752 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir, argument 1778 partition_name = tree_subdir.lower() 1782 logger.info("building image from target_files %s...", tree_subdir) 1791 fs_config = "META/" + tree_subdir.lower() + "_filesystem_config.txt" 1792 data = _BuildBootableImage(prebuilt_name, os.path.join(unpack_dir, tree_subdir), 1906 def GetVendorBootImage(name, prebuilt_name, unpack_dir, tree_subdir, argument 1918 logger.info("building image from target_files %s...", tree_subdir) 1924 os.path.join(unpack_dir, tree_subdir), info_dict)
|