Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.c116 typedef struct syncsendbuf syncsendbuf; typedef
118 struct syncsendbuf { struct
124 static syncsendbuf send_buffer; argument
210 static int write_data_file(int fd, const char *path, syncsendbuf *sbuf) in write_data_file()
247 static int write_data_buffer(int fd, char* file_buffer, int size, syncsendbuf *sbuf) in write_data_buffer()
273 static int write_data_link(int fd, const char *path, syncsendbuf *sbuf) in write_data_link()
302 syncsendbuf *sbuf = &send_buffer; in sync_send()