HomeSort by relevance Sort by last modified time
    Searched defs:load_file (Results 1 - 13 of 13) 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
  /external/libmicrohttpd/doc/examples/
tlsauthentication.c 87 load_file (const char *filename) function
240 key_pem = load_file (SERVERKEYFILE);
241 cert_pem = load_file (SERVERCERTFILE);
  /external/skia/resources/
slides.lua 6 function load_file(file) function
13 load_file("slides_utils")
223 load_file("slides_transitions")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
modulefinder.py 116 def load_file(self, pathname): member in class:ModuleFinder
661 mf.load_file(arg)
  /prebuilts/gdb/linux-x86/lib/python2.7/
modulefinder.py 116 def load_file(self, pathname): member in class:ModuleFinder
661 mf.load_file(arg)
  /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)
  /external/avahi/avahi-daemon/
static-services.c 652 static void load_file(char *n) { function
720 load_file(*p);
  /external/curl/lib/vtls/
gtls.c 227 static gnutls_datum_t load_file (const char *file) function
1013 issuerp = load_file(data->set.ssl.issuercert);
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 996 load_file(png_const_charp name, png_bytepp result) function
    [all...]
  /system/core/fastboot/
fastboot.cpp 184 static void* load_file(const char* fn, int64_t* sz) { function
411 void* kdata = load_file(kernel, &ksize);
433 rdata = load_file(ramdisk, &rsize);
443 sdata = load_file(secondstage, &ssize);
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 113 /***** replaces libs/cutils/load_file.c *****/
118 void *load_file(const char *fn, unsigned *_sz) function
145 D("load_file: could not allocate %ld bytes", file_size );
153 D("load_file: could not read %ld bytes from '%s'", file_size, fn);
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 6041 void load_file(std::vector<unsigned char>& buffer, const std::string& filename) function in namespace:lodepng
    [all...]

Completed in 241 milliseconds