Searched refs:_sz (Results 1 - 4 of 4) 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/mkbootimg/
H A Dmkbootimg.c29 static void *load_file(const char *fn, unsigned *_sz) argument
50 if(_sz) *_sz = sz;
/system/core/fastboot/
H A Dfastboot.cpp152 static void *load_fd(int fd, unsigned *_sz) argument
171 if(_sz) *_sz = sz;
182 static void *load_file(const char *fn, unsigned *_sz) argument
189 return load_fd(fd, _sz);
/system/core/adb/
H A Dsysdeps_win32.cpp89 void *load_file(const char *fn, unsigned *_sz) argument
129 *_sz = (unsigned) file_size;

Completed in 79 milliseconds