OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_buffer
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
file_sync_client.c
247
static int write_data_buffer(int fd, char*
file_buffer
, int size, syncsendbuf *sbuf)
259
memcpy(sbuf->data, &
file_buffer
[total], count);
303
char*
file_buffer
= NULL;
local
335
file_buffer
= (char *)malloc(size);
336
if (
file_buffer
== NULL) {
342
amt = adb_read(lfd,
file_buffer
, size);
346
free(
file_buffer
);
352
zip = init_zipfile(
file_buffer
, size);
356
free(
file_buffer
);
365
free(
file_buffer
);
[
all
...]
Completed in 986 milliseconds