Home
last modified time | relevance | path

Searched defs:block_offset (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tests/ApkVerityTest/block_device_writer/
H A Dblock_device_writer.cpp139 int read_block_from_device(const char* device_path, uint64_t block_offset, in read_block_from_device()
158 int write_block_to_device(const char* device_path, uint64_t block_offset, in write_block_to_device()
/aosp12/system/update_engine/payload_generator/
H A Dextent_utils.cc120 uint64_t block_offset, in ExtentsSublist()
H A Ddelta_diff_utils.cc592 for (uint64_t block_offset = 0; block_offset < total_blocks; in DeltaReadFile() local
/aosp12/bootable/recovery/fuse_sideload/
H A Dfuse_sideload.cpp315 uint32_t block_offset = offset - (block * fd->block_size); in handle_read() local
/aosp12/system/extras/boottime_tools/io_analysis/
H A Dcheck_file_read.py193 def get_valid_access(self, block_offset, block_len): argument
/aosp12/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c470 uint64_t sit_block_num_cur = 0, segnum = 0, block_offset; in run_on_used_blocks() local