OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparse_file_new
(Results
1 - 6
of
6
) sorted by null
/system/core/libsparse/include/sparse/
sparse.h
26
*
sparse_file_new
- create a new sparse file cookie
38
struct sparse_file *
sparse_file_new
(unsigned int block_size, int64_t len);
/system/core/libsparse/
img2simg.c
93
s =
sparse_file_new
(block_size, len);
sparse.c
29
struct sparse_file *
sparse_file_new
(unsigned int block_size, int64_t len)
function
286
tmp =
sparse_file_new
(in_s->block_size, in_s->len);
292
s =
sparse_file_new
(in_s->block_size, in_s->len);
sparse_read.c
455
s =
sparse_file_new
(sparse_header.blk_sz, len);
497
s =
sparse_file_new
(4096, len);
/system/extras/ext4_utils/
ext2simg.c
233
info.sparse_file =
sparse_file_new
(info.block_size, info.len);
make_ext4fs.c
548
info.sparse_file =
sparse_file_new
(info.block_size, info.len);
Completed in 43 milliseconds