Home
last modified time | relevance | path

Searched refs:sparse_file_new (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/core/libsparse/
H A Dsparse_fuzzer.cpp7 struct sparse_file* file = sparse_file_new(size, blocksize); in LLVMFuzzerTestOneInput()
H A Dsparse.cpp30 struct sparse_file* sparse_file_new(unsigned int block_size, int64_t len) { in sparse_file_new() function
332 tmp = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
338 s = sparse_file_new(in_s->block_size, in_s->len); in sparse_file_resparse()
H A Dimg2simg.cpp89 s = sparse_file_new(block_size, len); in main()
H A Dsparse_read.cpp514 s = sparse_file_new(sparse_header.blk_sz, len); in sparse_file_import_source()
565 s = sparse_file_new(4096, len); in sparse_file_import_auto()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.h54 sparse = sparse_file_new(block_size, len); in SparseWrapper()
/aosp12/system/core/libsparse/include/sparse/
H A Dsparse.h48 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
/aosp12/system/core/fs_mgr/libvbmeta/
H A Dsuper_vbmeta_test.cpp46 SparsePtr file(sparse_file_new(512 /* block size */, FAKE_DATA_SIZE), sparse_file_destroy); in GeneratePartitionImage()
/aosp12/system/extras/partition_tools/
H A Dlpadd.cc393 SparsePtr sf(sparse_file_new(sparse_block_size_, len), sparse_file_destroy); in Finalize()
/aosp12/system/core/fs_mgr/liblp/
H A Dimages.cpp173 SparsePtr file(sparse_file_new(block_size_, block_device.size), sparse_file_destroy); in ImageBuilder()