Searched defs:load_file (Results 1 - 5 of 5) sorted by relevance

/system/core/libcutils/
H A Dload_file.c1 /* libs/cutils/load_file.c
22 void *load_file(const char *fn, unsigned *_sz) function
/system/core/fastboot/
H A Dutil_windows.c74 void *load_file(const char *fn, unsigned *_sz) function
97 fprintf(stderr, "load_file: could not allocate %ld bytes\n", sz );
105 fprintf(stderr, "load_file: could not read %ld bytes from '%s'\n", sz, fn);
H A Dfastboot.c133 void *load_file(const char *fn, unsigned *_sz);
155 void *load_file(const char *fn, unsigned *_sz) function
320 kdata = load_file(kernel, &ksize);
340 rdata = load_file(ramdisk, &rsize);
599 data = load_file(fname, &sz);
627 zdata = load_file(fn, &zsize);
687 data = load_file(fn, &sz);
706 data = load_file(fname, &sz);
711 data = load_file(fname, &sz);
720 data = load_file(fnam
[all...]
/system/core/mkbootimg/
H A Dmkbootimg.c28 static void *load_file(const char *fn, unsigned *_sz) function
200 kernel_data = load_file(kernel_fn, &hdr.kernel_size);
210 ramdisk_data = load_file(ramdisk_fn, &hdr.ramdisk_size);
218 second_data = load_file(second_fn, &hdr.second_size);
/system/core/adb/
H A Dsysdeps_win32.c16 /***** replaces libs/cutils/load_file.c *****/
21 void *load_file(const char *fn, unsigned *_sz) function
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);

Completed in 164 milliseconds