Home
last modified time | relevance | path

Searched refs:sparse_file_add_fill (Results 1 – 6 of 6) sorted by relevance

/system/core/libsparse/include/sparse/
Dsparse.h95 int sparse_file_add_fill(struct sparse_file* s, uint32_t fill_val, uint64_t len,
/system/core/fastboot/
Dsuper_flash_helper.cpp100 rv = sparse_file_add_fill(s.get(), 0, extent.size, block); in GetSparseLayout()
/system/core/fs_mgr/liblp/
Dimages.cpp295 if (sparse_file_add_fill(device_images_[0].get(), 0, LP_PARTITION_RESERVED_BYTES, 0) < 0) { in Build()
433 int rv = sparse_file_add_fill(output_device, buffer[0], read_size, output_block); in AddPartitionImage()
/system/core/libsparse/
Dsparse_read.cpp265 ret = sparse_file_add_fill(s, fill_val, len, block); in process_fill_chunk()
494 sparse_file_add_fill(s, buf[0], to_read, block); in do_sparse_file_read_normal()
Dsparse.cpp57 int sparse_file_add_fill(struct sparse_file* s, uint32_t fill_val, uint64_t len, in sparse_file_add_fill() function
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp635 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, 4096, i), 0) in TEST_F()
1060 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, 4096, 1), 0) in TEST_F()
1723 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, size, 0), 0) in TEST_P()
1756 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, size / 2, 0), 0) in TEST_P()