Searched defs:sparse (Results 1 – 9 of 9) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.h | 75 struct sparse_file* sparse; member
|
D | main.cpp | 542 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/ |
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/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 | 503 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()
|
D | sparse_read.cpp | 464 int sparse_file_read(struct sparse_file* s, int fd, bool sparse, bool crc) { in sparse_file_read()
|
/system/extras/verity/fec/ |
D | image.h | 42 bool sparse; member
|
/system/core/fs_mgr/liblp/ |
D | io_test.cpp | 606 ImageBuilder sparse(*exported.get(), 512, {}, true /* sparsify */); in TEST_F() local
|