Home
last modified time | relevance | path

Searched refs:_sz (Results 1 – 6 of 6) sorted by relevance

/system/core/libcutils/
Dload_file.c22 void *load_file(const char *fn, unsigned *_sz) in load_file() argument
44 if(_sz) *_sz = sz; in load_file()
/system/core/mkbootimg/
Dmkbootimg.c28 static void *load_file(const char *fn, unsigned *_sz) in load_file() argument
49 if(_sz) *_sz = sz; in load_file()
/system/core/init/
Dutil.h30 void *read_file(const char *fn, unsigned *_sz);
Dutil.c150 void *read_file(const char *fn, unsigned *_sz) in read_file() argument
184 if(_sz) *_sz = sz; in read_file()
/system/core/fastboot/
Dfastboot.c163 static void *load_fd(int fd, unsigned *_sz) in load_fd() argument
182 if(_sz) *_sz = sz; in load_fd()
193 static void *load_file(const char *fn, unsigned *_sz) in load_file() argument
200 return load_fd(fd, _sz); in load_file()
/system/core/adb/
Dsysdeps_win32.c21 void *load_file(const char *fn, unsigned *_sz) in load_file() argument
61 *_sz = (unsigned) file_size; in load_file()