HomeSort by relevance Sort by last modified time
    Searched defs:load_file (Results 1 - 6 of 6) sorted by null

  /system/core/libcutils/
load_file.c 1 /* libs/cutils/load_file.c
22 void *load_file(const char *fn, unsigned *_sz) function
  /system/core/fastboot/
util_windows.c 51 void *load_file(const char *fn, unsigned *_sz) function
74 fprintf(stderr, "load_file: could not allocate %ld bytes\n", file_size );
82 fprintf(stderr, "load_file: could not read %ld bytes from '%s'\n", file_size, fn);
fastboot.c 116 void *load_file(const char *fn, unsigned *_sz);
118 void *load_file(const char *fn, unsigned *_sz) function
258 kdata = load_file(kernel, &ksize);
278 rdata = load_file(ramdisk, &rsize);
449 zdata = load_file(fn, &zsize);
500 data = load_file(fn, &sz);
519 data = load_file(fname, &sz);
524 data = load_file(fname, &sz);
530 data = load_file(fname, &sz);
537 data = load_file(fname, &sz)
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_st.c 119 static int load_file(int dd, uint16_t version, const char *suffix) function
220 err = load_file(dd, version, ".ptc");
228 err = load_file(dd, buf[2] << 8 | buf[1], ".ssf");
  /system/core/mkbootimg/
mkbootimg.c 28 static void *load_file(const char *fn, unsigned *_sz) function
193 kernel_data = load_file(kernel_fn, &hdr.kernel_size);
203 ramdisk_data = load_file(ramdisk_fn, &hdr.ramdisk_size);
211 second_data = load_file(second_fn, &hdr.second_size);
  /system/core/adb/
sysdeps_win32.c 16 /***** 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);
    [all...]

Completed in 279 milliseconds