Lines Matching refs:True
123 def GetEntryModules(include_testing=True):
179 def ReadEntry(image_fname, entry_path, decomp=True):
202 decomp=True):
297 ProcessImage(image, update_fdt=True, write_map=write_map,
301 def WriteEntryToImage(image, entry, data, do_compress=True, allow_resize=True,
309 def WriteEntry(image_fname, entry_path, data, do_compress=True,
310 allow_resize=True, write_map=False):
339 do_compress=True, allow_resize=True, write_map=False):
466 image.AddMissingProperties(True)
470 dtb_item.Sync(auto_resize=True)
476 def ProcessImage(image, update_fdt, write_map, get_contents=True,
477 allow_resize=True, allow_missing=False):