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

  /system/core/libcutils/
load_file.cpp 1 /* libs/cutils/load_file.c
24 void *load_file(const char *fn, unsigned *_sz) function
  /external/dtc/tests/
incbin.c 33 static char *load_file(const char *name, int *len) function
68 incbin = load_file("incbin.bin", &len);
  /system/libufdt/tests/src/
util.c 48 char *load_file(const char *filename, size_t *len_ptr) { function
  /external/cn-cbor/test/
test.c 18 static unsigned char* load_file(const char* filepath, unsigned char **end) { function
116 unsigned char *s = load_file("cases.cbor", &end);
  /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/python/cpython3/Lib/
modulefinder.py 112 def load_file(self, pathname): member in class:ModuleFinder
623 mf.load_file(arg)
  /external/skia/resources/lua/
slides.lua 6 function load_file(file) function
13 load_file("slides_utils")
225 load_file("slides_transitions")
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides.lua 6 function load_file(file) function
13 load_file("slides_utils")
225 load_file("slides_transitions")
  /external/skqp/resources/lua/
slides.lua 6 function load_file(file) function
13 load_file("slides_utils")
225 load_file("slides_transitions")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 116 def load_file(self, pathname): member in class:ModuleFinder
663 mf.load_file(arg)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
modulefinder.py 116 def load_file(self, pathname): member in class:ModuleFinder
661 mf.load_file(arg)
  /external/python/cpython2/Lib/
modulefinder.py 135 def load_file(self, pathname): member in class:ModuleFinder
669 mf.load_file(arg)
  /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)
  /system/libufdt/utils/src/
mkdtimg_core.c 102 static char *load_file(const char *filename, size_t *len_ptr) { function
198 fdt = load_file(fdt_info->filename, &fdt_file_size);
  /external/curl/lib/vtls/
gtls.c 248 static gnutls_datum_t load_file(const char *file) function
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 996 load_file(png_const_charp name, png_bytepp result) function
    [all...]
  /system/core/fastboot/
fastboot.cpp 189 static void* load_file(const std::string& path, int64_t* sz) { function
451 void* kdata = load_file(kernel.c_str(), &ksize);
470 rdata = load_file(ramdisk.c_str(), &rsize);
477 sdata = load_file(second_stage.c_str(), &ssize);
    [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 935 milliseconds