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

  /system/core/include/cutils/
misc.h 29 extern void *load_file(const char *fn, unsigned *sz);
  /system/core/libcutils/
load_file.c 1 /* libs/cutils/load_file.c
22 void *load_file(const char *fn, unsigned *_sz) function
Android.mk 41 load_file.c \
config_utils.c 315 data = load_file(fn, 0);
  /system/core/fastboot/
fastboot.c 139 void *load_file(const char *fn, unsigned *_sz);
161 void *load_file(const char *fn, unsigned *_sz) function
326 kdata = load_file(kernel, &ksize);
346 rdata = load_file(ramdisk, &rsize);
608 data = load_file(fname, &sz);
636 zdata = load_file(fn, &zsize);
696 data = load_file(fn, &sz);
715 data = load_file(fname, &sz);
720 data = load_file(fname, &sz);
729 data = load_file(fname, &sz)
    [all...]
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);
  /system/core/mkbootimg/
mkbootimg.c 28 static void *load_file(const char *fn, unsigned *_sz) function
201 kernel_data = load_file(kernel_fn, &hdr.kernel_size);
211 ramdisk_data = load_file(ramdisk_fn, &hdr.ramdisk_size);
219 second_data = load_file(second_fn, &hdr.second_size);
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.h 152 extern int load_file(const char *, unsigned int *);
uim.c 152 module = (void *)load_file(filename, &size);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.h 145 extern int load_file(const char *, unsigned int *);
uim.c 97 module = (void *)load_file(filename, &size);
  /external/libffi/testsuite/lib/
libffi-dg.exp 19 load_file $srcdir/lib/$filename
  /system/core/adb/
adb_auth_host.c 394 file = load_file(path, (unsigned*)&ret);
sysdeps.h 167 extern void* load_file(const char* pathname, unsigned* psize);
commandline.c 455 data = load_file(fn, &sz);
    [all...]
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...]
  /bootable/recovery/minadbd/
sysdeps.h 166 extern void* load_file(const char* pathname, unsigned* psize);
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 413 data = load_file(path, NULL);
  /hardware/libhardware_legacy/wifi/
wifi.c 139 module = load_file(filename, &size);
  /system/core/charger/
charger.c 214 buf = load_file(LAST_KMSG_PATH, &sz);
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 863 milliseconds