OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparse_file_import_auto
(Results
1 - 3
of
3
) sorted by null
/system/core/libsparse/include/sparse/
sparse.h
229
*
sparse_file_import_auto
- import an existing sparse or normal file
242
struct sparse_file *
sparse_file_import_auto
(int fd, bool crc);
/system/core/libsparse/
sparse_read.c
479
struct sparse_file *
sparse_file_import_auto
(int fd, bool crc)
function
/system/core/fastboot/
fastboot.c
546
s =
sparse_file_import_auto
(fd, false);
Completed in 134 milliseconds