HomeSort by relevance Sort by last modified time
    Searched full:load_file (Results 1 - 24 of 24) 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
Android.mk 41 load_file.c \
config_utils.c 315 data = load_file(fn, 0);
  /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
257 kdata = load_file(kernel, &ksize);
277 rdata = load_file(ramdisk, &rsize);
448 zdata = load_file(fn, &zsize);
499 data = load_file(fn, &sz);
518 data = load_file(fname, &sz);
523 data = load_file(fname, &sz);
529 data = load_file(fname, &sz);
536 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
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);
  /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");
  /external/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',
  /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( )
  /system/core/adb/
sysdeps.h 166 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...]
  /frameworks/base/media/libeffects/factory/
EffectsFactory.c 413 data = load_file(path, NULL);
  /hardware/libhardware_legacy/wifi/
wifi.c 109 module = load_file(filename, &size);
  /system/core/charger/
charger.c 209 buf = load_file(LAST_KMSG_PATH, &sz);
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixincl 

Completed in 4271 milliseconds