Home
last modified time | relevance | path

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