Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 11 of 11) sorted by relevance

/system/core/adb/
Dutils.c22 buff_addc (char* buff, char* buffEnd, int c) in buff_addc()
40 buff_adds (char* buff, char* buffEnd, const char* s) in buff_adds()
48 buff_addb (char* buff, char* buffEnd, const void* data, int len) in buff_addb()
72 buff_add (char* buff, char* buffEnd, const char* format, ... ) in buff_add()
Dusb_vendors.c245 int build_path(char* buff, size_t len, const char* format, const char* home) in build_path()
255 int get_adb_usb_ini(char* buff, size_t len) in get_adb_usb_ini()
Dtransport.c142 char buff[8]; in read_packet() local
172 char buff[8]; in write_packet() local
988 char buff[32]; in register_socket_transport() local
Dsysdeps_win32.c872 unsigned char buff[ BIP_BUFFER_SIZE ]; member
/system/core/init/
Dbootchart.c50 unix_read(int fd, void* buff, int len) in unix_read()
58 unix_write(int fd, const void* buff, int len) in unix_write()
66 proc_read(const char* filename, char* buff, size_t buffsize) in proc_read()
87 file_buff_open( FileBuff buff, const char* path ) in file_buff_open()
94 file_buff_write( FileBuff buff, const void* src, int len ) in file_buff_write()
114 file_buff_done( FileBuff buff ) in file_buff_done()
187 char buff[65]; in do_log_uptime() local
216 char buff[1024]; in do_log_file() local
255 char buff[1024]; in do_log_procs() local
302 char buff[4]; in bootchart_init() local
[all …]
Dinit.c632 char buff[PROP_NAME_MAX]; in import_kernel_nv() local
/system/extras/tests/bionic/libc/common/
Dtest_strftime_2039.c10 char buff[256]; in main() local
Dtest_libgen.c176 char buff[256]; in main() local
/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp59 char *buff; in doCtrlCommand() local
134 char *buff; in checkTag() local
/system/netd/
DBandwidthController.cpp286 char *buff; in makeIptablesNaughtyCmd() local
386 char *buff; in makeIptablesQuotaCmd() local
/system/vold/
Dcryptfs.c1030 static inline int unix_read(int fd, void* buff, int len) in unix_read()
1037 static inline int unix_write(int fd, const void* buff, int len) in unix_write()