Searched refs:sparse_file_add_fill (Results 1 – 5 of 5) sorted by relevance
/system/core/libsparse/include/sparse/ |
D | sparse.h | 96 int sparse_file_add_fill(struct sparse_file *s,
|
/system/core/fs_mgr/liblp/ |
D | images.cpp | 227 if (sparse_file_add_fill(device_images_[0].get(), 0, LP_PARTITION_RESERVED_BYTES, 0) < 0) { in Build() 360 int rv = sparse_file_add_fill(output_device, buffer[0], read_size, output_block); in AddPartitionImage()
|
/system/core/libsparse/ |
D | sparse_read.cpp | 224 ret = sparse_file_add_fill(s, fill_val, len, block); in process_fill_chunk() 450 sparse_file_add_fill(s, buf[0], to_read, block); in sparse_file_read_normal()
|
D | sparse.cpp | 57 int sparse_file_add_fill(struct sparse_file* s, uint32_t fill_val, unsigned int len, in sparse_file_add_fill() function
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 640 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, 4096, i), 0) in TEST_F() 932 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, 4096, 1), 0) in TEST_F() 1595 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, size, 0), 0) in TEST_P() 1628 ASSERT_EQ(sparse_file_add_fill(*sparse, 0xdeadbeef, size / 2, 0), 0) in TEST_P()
|