Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.h75 struct sparse_file* sparse; member
H A Dmain.cpp557 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
942 SparseWrapper sparse(4096, 0); in TEST_F() local
1599 SparseWrapper sparse(4096, 4096); in TEST_P() local
1625 SparseWrapper sparse(4096, size); in TEST_P() local
[all …]
/aosp12/system/core/libsparse/
H A 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()
H A Doutput_file.cpp504 static int output_file_init(struct output_file* out, int block_size, int64_t len, bool sparse, in output_file_init()
593 int sparse, int chunks, int crc) { in output_file_open_callback()
618 int sparse, int chunks, int crc) { in output_file_open_fd()
H A Dsparse_read.cpp464 int sparse_file_read(struct sparse_file* s, int fd, bool sparse, bool crc) { in sparse_file_read()
/aosp12/system/extras/verity/
H A Dbuild_verity_tree.cpp29 size_t block_size, bool sparse, bool verbose) { in generate_verity_tree()
H A Dbuild_verity_tree_main.cpp51 bool sparse = false; in main() local
/aosp12/system/extras/verity/fec/
H A Dimage.h42 bool sparse; member
/aosp12/system/core/fs_mgr/liblp/
H A Dio_test.cpp606 ImageBuilder sparse(*exported.get(), 512, {}, true /* sparsify */); in TEST_F() local