HomeSort by relevance Sort by last modified time
    Searched refs:load_file (Results 1 - 24 of 24) 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 24 load_file.c \
config_utils.c 315 data = load_file(fn, 0);
  /system/core/mkbootimg/
mkbootimg.c 29 static void *load_file(const char *fn, unsigned *_sz) function
221 kernel_data = load_file(kernel_fn, &hdr.kernel_size);
231 ramdisk_data = load_file(ramdisk_fn, &hdr.ramdisk_size);
239 second_data = load_file(second_fn, &hdr.second_size);
  /external/skia/resources/
slides.lua 6 function load_file(file) function
13 load_file("slides_utils")
223 load_file("slides_transitions")
  /system/core/fastboot/
fastboot.cpp 182 static void *load_file(const char *fn, unsigned *_sz) function
339 kdata = load_file(kernel, &ksize);
359 rdata = load_file(ramdisk, &rsize);
793 data = load_file(fn, &sz);
810 void* data = load_file(fname, &sz);
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 265 data = (char *)load_file(path, NULL);
  /system/core/healthd/
healthd_mode_charger.cpp 204 buf = (char *)load_file(LAST_KMSG_PSTORE_PATH, &sz);
207 buf = (char *)load_file(LAST_KMSG_PATH, &sz);
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 290 lodepng::load_file(origpng, files[i]);
  /system/core/adb/
adb_auth_host.cpp 424 char* file_data = reinterpret_cast<char*>(load_file(path, &size));
sysdeps.h 186 extern void* load_file(const char* pathname, unsigned* psize);
commandline.cpp 528 uint8_t* data = reinterpret_cast<uint8_t*>(load_file(fn, &sz));
    [all...]
sysdeps_win32.cpp 84 /***** replaces libs/cutils/load_file.c *****/
89 void *load_file(const char *fn, unsigned *_sz) function
112 D("load_file: could not allocate %ld bytes\n", file_size );
120 D("load_file: could not read %ld bytes from '%s'\n", file_size, fn);
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 725 load_file(png_const_charp name, png_bytepp result) function
896 png_size_t filelen = load_file(params[1]+1, &profile);
943 /* load_file allocates extra space for this padding, the ICC spec requires
997 text->text_length = load_file(param+1, &file);
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.h     [all...]
lodepng.cpp 6041 void load_file(std::vector<unsigned char>& buffer, const std::string& filename) function in namespace:lodepng
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 314 data = (char *)load_file(path, NULL);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 116 def load_file(self, pathname): member in class:ModuleFinder
661 mf.load_file(arg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 116 def load_file(self, pathname): member in class:ModuleFinder
661 mf.load_file(arg)
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 649 data = (char *)load_file(path, NULL);
  /hardware/libhardware_legacy/wifi/
wifi.c 141 module = load_file(filename, &size);
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 477 data = load_file(path, NULL);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 669 milliseconds