Lines Matching full:info_dict
47 OPTIONS.info_dict = None
215 def BuildBootableImage(sourcedir, fs_config_file, info_dict=None):
225 if info_dict is None:
226 info_dict = OPTIONS.info_dict
261 args = info_dict.get("mkbootimg_args", None)
283 info_dict=None):
298 info_dict))
411 def CheckSize(data, target, info_dict):
419 if info_dict["fstab"]:
421 p = info_dict["fstab"][mount_point]
426 limit = info_dict.get(device + "_size", None)