Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 9 of 9) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dtest_utils.h75 struct sparse_file* sparse; member
Dmain.cpp542 SparseWrapper sparse(bs, bs); in TEST_F() local
557 SparseWrapper sparse(bs, bs); in TEST_F() local
569 SparseWrapper sparse(4096, 4096); in TEST_F() local
576 SparseWrapper sparse(4096, 10 * 4096); in TEST_F() local
586 SparseWrapper sparse(4096, 4097); in TEST_F() local
603 SparseWrapper sparse(4096, size); in TEST_F() local
630 SparseWrapper sparse(4096, 4096); in TEST_F() local
890 SparseWrapper sparse(4096, 0); in TEST_F() local
906 SparseWrapper sparse(4096, 4096); // 1 block, but we send two chunks that will use 2 blocks in TEST_F() local
1547 SparseWrapper sparse(4096, 4096); in TEST_P() local
[all …]
/system/extras/verity/
Dbuild_verity_tree.cpp29 size_t block_size, bool sparse, bool verbose) { in generate_verity_tree()
Dbuild_verity_tree_main.cpp51 bool sparse = false; in main() local
/system/core/libsparse/
Dsparse.cpp145 int sparse_file_write(struct sparse_file* s, int fd, bool gz, bool sparse, bool crc) { in sparse_file_write()
168 int sparse_file_callback(struct sparse_file* s, bool sparse, bool crc, in sparse_file_callback()
199 int sparse_file_foreach_chunk(struct sparse_file* s, bool sparse, bool crc, in sparse_file_foreach_chunk()
236 int64_t sparse_file_len(struct sparse_file* s, bool sparse, bool crc) { in sparse_file_len()
Doutput_file.cpp503 static int output_file_init(struct output_file* out, int block_size, int64_t len, bool sparse, in output_file_init()
592 int sparse, int chunks, int crc) { in output_file_open_callback()
617 int sparse, int chunks, int crc) { in output_file_open_fd()
Dsparse_read.cpp464 int sparse_file_read(struct sparse_file* s, int fd, bool sparse, bool crc) { in sparse_file_read()
/system/extras/verity/fec/
Dimage.h42 bool sparse; member
/system/core/fs_mgr/liblp/
Dio_test.cpp606 ImageBuilder sparse(*exported.get(), 512, {}, true /* sparsify */); in TEST_F() local