Searched defs:load_file (Results 1 - 3 of 3) sorted by relevance

/system/core/libcutils/
H A Dload_file.c1 /* libs/cutils/load_file.c
22 void *load_file(const char *fn, unsigned *_sz) function
/system/core/fastboot/
H A Dfastboot.cpp192 static void* load_file(const char* fn, int64_t* sz) { function
429 void* kdata = load_file(kernel, &ksize);
451 rdata = load_file(ramdisk, &rsize);
461 sdata = load_file(secondstage, &ssize);
1155 void* data = load_file(fs_sig.c_str(), &sz);
1171 void* data = load_file(fname.c_str(), &sz);
1238 void* data = load_file(*argv, &sz);
1630 data = load_file(argv[1], &sz);
/system/core/adb/
H A Dsysdeps_win32.cpp113 /***** 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);

Completed in 124 milliseconds