OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sparse_ops
(Results
1 - 1
of
1
) sorted by null
/system/core/libsparse/
output_file.c
91
struct sparse_file_ops *
sparse_ops
;
member in struct:output_file
548
out->
sparse_ops
->write_end_chunk(out);
578
out->
sparse_ops
= &sparse_file_ops;
580
out->
sparse_ops
= &normal_file_ops;
696
return out->
sparse_ops
->write_data_chunk(out, len, data);
703
return out->
sparse_ops
->write_fill_chunk(out, len, fill_val);
743
ret = out->
sparse_ops
->write_data_chunk(out, len, ptr);
774
return out->
sparse_ops
->write_skip_chunk(out, len);
Completed in 29 milliseconds