OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparse_file_len
(Results
1 - 4
of
4
) sorted by null
/system/core/libsparse/include/sparse/
sparse.h
161
*
sparse_file_len
- return the length of a sparse file if written to disk
172
int64_t
sparse_file_len
(struct sparse_file *s, bool sparse, bool crc);
/system/core/fastboot/
protocol.c
295
int size =
sparse_file_len
(s, true, false);
fastboot.c
676
int64_t sz64 =
sparse_file_len
(*s, true, false);
/system/core/libsparse/
sparse.c
199
int64_t
sparse_file_len
(struct sparse_file *s, bool sparse, bool crc)
function
Completed in 48 milliseconds