Searched defs:syncsendbuf (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.c133 typedef struct syncsendbuf syncsendbuf; typedef in typeref:struct:syncsendbuf
135 struct syncsendbuf { struct
141 static syncsendbuf send_buffer;
229 static int write_data_file(int fd, const char *path, syncsendbuf *sbuf, int show_progress)
282 static int write_data_buffer(int fd, char* file_buffer, int size, syncsendbuf *sbuf,
313 static int write_data_link(int fd, const char *path, syncsendbuf *sbuf)
342 syncsendbuf *sbuf = &send_buffer;

Completed in 26 milliseconds