OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_buf
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
qcow2.c
162
void *
copy_buf
= NULL;
local
184
ret = ext2fs_get_memzero(1 << img.cluster_bits, &
copy_buf
);
230
off_out,
copy_buf
, img.cluster_size);
240
((char *)
copy_buf
)[0] = 0;
241
size = write(raw_fd,
copy_buf
, 1);
248
if (
copy_buf
)
249
ext2fs_free_mem(&
copy_buf
);
/system/extras/boot_control_copy/
boot_control_copy.c
99
char
copy_buf
[COPY_BUF_SIZE];
local
107
num_read = read(src_fd,
copy_buf
, num_to_read);
119
num_written = write(dst_fd,
copy_buf
+ offset, num_to_write);
Completed in 575 milliseconds