Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 25 of 110) sorted by relevance

12345

/aosp12/system/update_engine/payload_generator/
H A Dcow_size_estimator.cc37 size_t block_size) { in PerformReplaceOp()
59 size_t block_size) { in PerformZeroOp()
67 bool WriteAllCowOps(size_t block_size, in WriteAllCowOps()
109 size_t block_size, in EstimateCowSize()
128 size_t block_size, in CowDryRun()
H A Dcow_size_estimator_stub.cc27 size_t block_size) { in EstimateCowSize()
H A Dpayload_generation_config_android.cc79 const size_t block_size = part.fs_interface->GetBlockSize(); in VerifyVerityConfig() local
169 const size_t block_size = part.fs_interface->GetBlockSize(); in LoadVerityConfig() local
H A Dblock_mapping.h40 explicit BlockMapping(size_t block_size) : block_size_(block_size) {} in BlockMapping()
H A Dblock_mapping.cc120 const size_t block_size = other_block.size(); in CompareData() local
144 size_t block_size, in MapPartitionBlocks()
H A Draw_filesystem.cc30 uint64_t block_size, in Create()
H A Dsquashfs_filesystem.h51 uint32_t block_size; member
/aosp12/system/update_engine/payload_consumer/
H A Dfile_descriptor_utils.cc41 uint64_t block_size, in CommonHashExtents()
83 uint64_t block_size, in CopyAndHashExtents()
96 uint64_t block_size, in ReadAndHashExtents()
H A Dpartition_update_generator_android.cc35 BootControlInterface* boot_control, size_t block_size) in PartitionUpdateGeneratorAndroid()
175 BootControlInterface* boot_control, size_t block_size) { in Create()
H A Dextent_writer.h57 uint32_t block_size) override { in Init()
H A Dpartition_writer_factory_android.cc30 size_t block_size, in CreatePartitionWriter()
H A Dpartition_writer_factory_chromeos.cc29 size_t block_size, in CreatePartitionWriter()
H A Dpartition_update_generator_stub.cc33 BootControlInterface* boot_control, size_t block_size) { in Create()
/aosp12/bootable/recovery/otautil/include/otautil/
H A Dsysutil.h53 uint32_t block_size() const { in block_size() function
63 BlockMapData(const std::string& path, uint64_t file_size, uint32_t block_size, in BlockMapData()
/aosp12/frameworks/base/tools/aapt2/util/
H A DBigBuffer.h136 inline BigBuffer::BigBuffer(size_t block_size) in BigBuffer()
146 inline size_t BigBuffer::block_size() const { return block_size_; } in block_size() function
/aosp12/frameworks/base/tests/ApkVerityTest/block_device_writer/
H A Dblock_device_writer.cpp140 ssize_t block_size, char* block_buffer) { in read_block_from_device()
159 ssize_t block_size, char* block_buffer) { in write_block_to_device()
211 ssize_t block_size = get_logical_block_size(args->block_device); in main() local
/aosp12/bootable/recovery/minadbd/
H A Dfuse_adb_provider.h26 FuseAdbDataProvider(int fd, uint64_t file_size, uint32_t block_size) in FuseAdbDataProvider()
/aosp12/bootable/recovery/fuse_sideload/
H A Dfuse_provider.cpp36 FuseFileDataProvider::FuseFileDataProvider(const std::string& path, uint32_t block_size) { in FuseFileDataProvider()
53 uint32_t block_size) { in CreateFromFile()
/aosp12/system/extras/verity/
H A Dbuild_verity_tree_utils.cpp23 size_t verity_tree_blocks(uint64_t data_size, size_t block_size, in verity_tree_blocks()
/aosp12/system/update_engine/scripts/update_payload/
H A Dapplier.py95 def _ReadExtents(file_obj, extents, block_size, max_length=-1): argument
125 def _WriteExtents(file_obj, data, extents, block_size, base_name): argument
156 def _ExtentsToBspatchArg(extents, block_size, base_name, data_length=-1): argument
/aosp12/system/update_engine/scripts/
H A Dblockdiff.py32 def BlockDiff(block_size, file1, file2, name1, name2, max_length=-1): argument
/aosp12/system/extras/squashfs_utils/
H A Dsquashfs_utils.h28 uint32_t block_size; member
/aosp12/system/apex/apexd/
H A Dapexd_verity.cpp69 auto block_size = verity_data.desc->hash_block_size; in GenerateHashTree() local
128 auto block_size = verity_data.desc->hash_block_size; in CalculateRootDigest() local
/aosp12/art/runtime/gc/space/
H A Dbump_pointer_space-walk-inl.h80 size_t block_size = header->size_; in Walk() local
/aosp12/system/core/libsparse/
H A Dsparse_file.h27 unsigned int block_size; member

12345