Searched defs:offset (Results 1 – 8 of 8) sorted by relevance
| /bootable/recovery/minui/ |
| D | graphics_adf.h | 28 __u32 offset; variable
|
| /bootable/recovery/ |
| D | fuse_sdcard_provider.cpp | 43 off64_t offset = static_cast<off64_t>(block) * fd.block_size; in read_block_file() local
|
| D | fuse_sideload.cpp | 282 uint64_t offset = req->offset; in handle_read() local
|
| D | screen_ui.cpp | 373 int offset = 0; in DrawTextLines() local 381 int offset = 0; in DrawWrappedTextLines() local
|
| /bootable/recovery/bootloader_message/ |
| D | bootloader_message.cpp | 71 size_t offset, std::string* err) { in read_misc_partition() 95 size_t offset, std::string* err) { in write_misc_partition()
|
| /bootable/recovery/updater/ |
| D | blockimg.cpp | 204 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/ |
| D | imgdiff.cpp | 417 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/ |
| D | uncrypt.cpp | 141 static int write_at_offset(unsigned char* buffer, size_t size, int wfd, off64_t offset) { in write_at_offset()
|