Searched defs:load_file (Results 1 - 4 of 4) 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/mkbootimg/
H A Dmkbootimg.c28 static void *load_file(const char *fn, unsigned *_sz) function
210 kernel_data = load_file(kernel_fn, &hdr.kernel_size);
220 ramdisk_data = load_file(ramdisk_fn, &hdr.ramdisk_size);
228 second_data = load_file(second_fn, &hdr.second_size);
/system/core/fastboot/
H A Dfastboot.c193 static void *load_file(const char *fn, unsigned *_sz) function
341 kdata = load_file(kernel, &ksize);
361 rdata = load_file(ramdisk, &rsize);
369 sdata = load_file(secondstage, &ssize);
739 zdata = load_file(fn, &zsize);
794 data = load_file(fn, &sz);
815 data = load_file(fname, &sz);
1139 data = load_file(argv[1], &sz);
/system/core/adb/
H A Dsysdeps_win32.c17 /***** replaces libs/cutils/load_file.c *****/
22 void *load_file(const char *fn, unsigned *_sz) function
45 D("load_file: could not allocate %ld bytes\n", file_size );
53 D("load_file: could not read %ld bytes from '%s'\n", file_size, fn);

Completed in 110 milliseconds