Searched refs:load_file (Results 1 - 12 of 12) sorted by path

/system/core/adb/
H A Dadb_auth_host.c394 file = load_file(path, (unsigned*)&ret);
H A Dcommandline.c440 data = load_file(fn, &sz);
H A Dsysdeps.h167 extern void* load_file(const char* pathname, unsigned* psize);
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);
/system/core/charger/
H A Dcharger.c210 buf = load_file(LAST_KMSG_PATH, &sz);
/system/core/fastboot/
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...]
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);
/system/core/include/cutils/
H A Dmisc.h29 extern void *load_file(const char *fn, unsigned *sz);
/system/core/libcutils/
H A DAndroid.mk41 load_file.c \
H A Dconfig_utils.c315 data = load_file(fn, 0);
H A Dload_file.c1 /* libs/cutils/load_file.c
22 void *load_file(const char *fn, unsigned *_sz) function
/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);

Completed in 1169 milliseconds