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

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

Completed in 348 milliseconds