Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_client.c247 static int write_data_buffer(int fd, char* file_buffer, int size, syncsendbuf *sbuf) in write_data_buffer() argument
259 memcpy(sbuf->data, &file_buffer[total], count); in write_data_buffer()
303 char* file_buffer = NULL; in sync_send() local
335 file_buffer = (char *)malloc(size); in sync_send()
336 if (file_buffer == NULL) { in sync_send()
342 amt = adb_read(lfd, file_buffer, size); in sync_send()
346 free(file_buffer); in sync_send()
352 zip = init_zipfile(file_buffer, size); in sync_send()
356 free(file_buffer); in sync_send()
365 free(file_buffer); in sync_send()
[all …]