HomeSort by relevance Sort by last modified time
    Searched defs:load_file (Results 1 - 5 of 5) 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 74 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);
fastboot.c 133 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(fname, &sz)
    [all...]
  /system/core/mkbootimg/
mkbootimg.c 28 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/
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 130 milliseconds