Searched defs:sparse (Results 1 – 8 of 8) sorted by relevance
| /system/core/fastboot/fuzzy_fastboot/ |
| D | test_utils.h | 75 struct sparse_file* sparse; member
|
| D | main.cpp | 558 SparseWrapper sparse(bs, bs); in TEST_F() local 573 SparseWrapper sparse(bs, bs); in TEST_F() local 585 SparseWrapper sparse(4096, 4096); in TEST_F() local 592 SparseWrapper sparse(4096, 10 * 4096); in TEST_F() local 602 SparseWrapper sparse(4096, 4097); in TEST_F() local 619 SparseWrapper sparse(4096, size); in TEST_F() local 646 SparseWrapper sparse(4096, 4096); in TEST_F() local 971 SparseWrapper sparse(4096, 0); in TEST_F() local 1055 SparseWrapper sparse(4096, 4096); // 1 block, but we send two chunks that will use 2 blocks in TEST_F() local 1696 SparseWrapper sparse(4096, 4096); in TEST_P() local [all …]
|
| /system/core/libsparse/ |
| D | sparse.cpp | 145 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()
|
| D | output_file.cpp | 619 static int output_file_init(struct output_file* out, int block_size, int64_t len, bool sparse, in output_file_init() 710 int sparse, int chunks, int crc) { in output_file_open_callback() 735 int sparse, int chunks, int crc) { in output_file_open_fd()
|
| /system/extras/verity/ |
| D | build_verity_tree.cpp | 29 size_t block_size, bool sparse, bool verbose) { in generate_verity_tree()
|
| D | build_verity_tree_main.cpp | 51 bool sparse = false; in main() local
|
| /system/extras/verity/fec/ |
| D | image.h | 42 bool sparse; member
|
| /system/core/fs_mgr/liblp/ |
| D | io_test.cpp | 610 ImageBuilder sparse(*exported.get(), 512, {}, true /* sparsify */); in TEST_F() local
|