Searched defs:sparse (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | test_utils.h | 75 struct sparse_file* sparse; member
|
H A D | main.cpp | 557 SparseWrapper sparse(bs, bs); in TEST_F() local 572 SparseWrapper sparse(bs, bs); in TEST_F() local 584 SparseWrapper sparse(4096, 4096); in TEST_F() local 591 SparseWrapper sparse(4096, 10 * 4096); in TEST_F() local 601 SparseWrapper sparse(4096, 4097); in TEST_F() local 618 SparseWrapper sparse(4096, size); in TEST_F() local 645 SparseWrapper sparse(4096, 4096); in TEST_F() local 971 SparseWrapper sparse(4096, 0); in TEST_F() local 1702 SparseWrapper sparse(4096, 4096); in TEST_P() local 1728 SparseWrapper sparse(4096, size); in TEST_P() local [all …]
|
/aosp14/system/core/libsparse/ |
H A 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()
|
H A 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()
|
/aosp14/system/core/fs_mgr/liblp/ |
H A D | io_test.cpp | 610 ImageBuilder sparse(*exported.get(), 512, {}, true /* sparsify */); in TEST_F() local
|