Searched refs:get_contents (Results 1 - 2 of 2) sorted by relevance

/u-boot/tools/binman/
H A Dcontrol.py358 get_contents=False, allow_resize=allow_resize)
621 def ProcessImage(image, update_fdt, write_map, get_contents=True,
634 get_contents: True to get the image contents from files, etc., False if
645 if get_contents:
/u-boot/fs/fat/
H A Dfat.c313 * get_contents() - read from file
327 static int get_contents(fsdata *mydata, dir_entry *dentptr, loff_t pos, function
1329 ret = get_contents(&fsdata, dentptr, offset, buf, len, actread);

Completed in 47 milliseconds