OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fill_buf
(Results
1 - 5
of
5
) sorted by null
/system/core/libsparse/
output_file.c
89
uint32_t *
fill_buf
;
member in struct:output_file
500
/* Initialize
fill_buf
with the fill_val */
502
out->
fill_buf
[i] = fill_val;
507
ret = out->ops->write(out, out->
fill_buf
, write_len);
559
out->
fill_buf
= calloc(block_size, 1);
560
if (!out->
fill_buf
) {
561
error_errno("malloc
fill_buf
");
598
free(out->
fill_buf
);
/prebuilts/android-emulator/linux-x86_64/
emulator-ranchu-arm64
emulator-ranchu-mips64
emulator-ranchu-x86
emulator-ranchu-x86_64
Completed in 82 milliseconds