/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/ |
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 | 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...] |
/system/core/include/cutils/ |
misc.h | 29 extern void *load_file(const char *fn, unsigned *sz);
|
/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/libvpx/libvpx/examples/includes/geshi/geshi/ |
povray.php | 66 'major_radius', 'magnet', 'low_error_factor', 'look_at', 'location', 'load_file', 'linear_sweep', 'linear_spline',
|
mysql.php | 175 'LOAD_FILE','LOCATE','LOWER','LPAD','LTRIM','MAKE_SET','MID',
|
/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);
|
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...] |
commandline.c | 455 data = load_file(fn, &sz); [all...] |
/bootable/recovery/minadbd/ |
sysdeps.h | 166 extern void* load_file(const char* pathname, unsigned* psize);
|
/external/libffi/testsuite/lib/ |
libffi-dg.exp | 19 load_file $srcdir/lib/$filename
|
/external/tinyxml/docs/ |
tutorial0.html | 53 <div class="fragment"><pre class="fragment"> void load_file( )
|
/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/ |
fixincl | |