Home | History | Annotate | Download | only in adb

Lines Matching defs:load_file

16 /*****      replaces libs/cutils/load_file.c                          *****/
21 void *load_file(const char *fn, unsigned *_sz)
44 D("load_file: could not allocate %ld bytes\n", file_size );
52 D("load_file: could not read %ld bytes from '%s'\n", file_size, fn);