Searched refs:_sz (Results 1 - 7 of 7) sorted by relevance

/system/core/libcutils/
H A Dload_file.c22 void *load_file(const char *fn, unsigned *_sz) argument
44 if(_sz) *_sz = sz;
/system/core/fastboot/
H A Dutil_windows.c74 void *load_file(const char *fn, unsigned *_sz) argument
114 *_sz = (unsigned) sz;
H A Dfastboot.c133 void *load_file(const char *fn, unsigned *_sz);
155 void *load_file(const char *fn, unsigned *_sz) argument
177 if(_sz) *_sz = sz;
/system/core/init/
H A Dutil.h30 void *read_file(const char *fn, unsigned *_sz);
H A Dutil.c149 void *read_file(const char *fn, unsigned *_sz) argument
183 if(_sz) *_sz = sz;
/system/core/mkbootimg/
H A Dmkbootimg.c28 static void *load_file(const char *fn, unsigned *_sz) argument
49 if(_sz) *_sz = sz;
/system/core/adb/
H A Dsysdeps_win32.c21 void *load_file(const char *fn, unsigned *_sz) argument
61 *_sz = (unsigned) file_size;

Completed in 63 milliseconds