Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/minui/
Dgraphics_adf.h28 __u32 offset; variable
/bootable/recovery/
Dfuse_sdcard_provider.cpp43 off64_t offset = static_cast<off64_t>(block) * fd.block_size; in read_block_file() local
Dfuse_sideload.cpp282 uint64_t offset = req->offset; in handle_read() local
Dscreen_ui.cpp373 int offset = 0; in DrawTextLines() local
381 int offset = 0; in DrawWrappedTextLines() local
/bootable/recovery/bootloader_message/
Dbootloader_message.cpp71 size_t offset, std::string* err) { in read_misc_partition()
95 size_t offset, std::string* err) { in write_misc_partition()
/bootable/recovery/updater/
Dblockimg.cpp204 static bool discard_blocks(int fd, off64_t offset, uint64_t size) { in discard_blocks()
218 static bool check_lseek(int fd, off64_t offset, int whence) { in check_lseek()
310 off64_t offset = static_cast<off64_t>(range.first) * BLOCKSIZE; in SeekToOutputRange() local
507 off64_t offset = static_cast<off64_t>(range.first) * BLOCKSIZE; in WriteBlocks() local
1322 off64_t offset = static_cast<off64_t>(range.first) * BLOCKSIZE; in PerformCommandZero() local
1390 size_t offset; in PerformCommandDiff() local
/bootable/recovery/applypatch/
Dimgdiff.cpp417 size_t offset = 0; in TryReconstruction() local
499 size_t PatchChunk::WriteHeaderToFd(int fd, size_t offset, size_t index) const { in WriteHeaderToFd()
553 size_t offset = total_header_size; in WritePatchDataToFd() local
/bootable/recovery/uncrypt/
Duncrypt.cpp141 static int write_at_offset(unsigned char* buffer, size_t size, int wfd, off64_t offset) { in write_at_offset()