/bootable/recovery/updater_sample/tests/res/raw/ |
D | update_config_002_stream.json | 9 "offset": 41, number 14 "offset": 41, number 19 "offset": 1485, number 24 "offset": 1674, number 29 "offset": 1733, number 34 "offset": 1809, number
|
D | update_config_001_stream.json | 11 "offset": 195, number
|
D | update_config_003_nonstream.json | 9 "offset": 195, number
|
/bootable/recovery/minui/ |
D | graphics_adf.h | 44 GRSurfaceAdf(size_t width, size_t height, size_t row_bytes, size_t pixel_bytes, __u32 offset, in GRSurfaceAdf() 48 const __u32 offset; variable
|
D | graphics_adf.cpp | 46 __u32 offset; in Create() local
|
D | events.cpp | 111 size_t offset = 0; in inotify_cb() local
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | PayloadSpecs.java | 56 long offset = 0; in forNonStreaming() local 106 long offset, in forStreaming()
|
D | FileDownloader.java | 43 public FileDownloader(String url, long offset, long size, File destination) { in FileDownloader()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | PayloadSpec.java | 97 public Builder offset(long offset) { in offset() argument
|
D | UpdateConfig.java | 198 public PackageFile(String filename, long offset, long size) { in PackageFile()
|
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 91 size_t offset, std::string* err) { in read_misc_partition() 115 size_t offset, std::string* err) { in write_misc_partition() 264 static bool ValidateSystemSpaceRegion(size_t offset, size_t size, std::string* err) { in ValidateSystemSpaceRegion() 272 static bool ReadMiscPartitionSystemSpace(void* data, size_t size, size_t offset, std::string* err) { in ReadMiscPartitionSystemSpace() 284 static bool WriteMiscPartitionSystemSpace(const void* data, size_t size, size_t offset, in WriteMiscPartitionSystemSpace()
|
/bootable/recovery/fuse_sideload/ |
D | fuse_provider.cpp | 59 uint64_t offset = static_cast<uint64_t>(start_block) * fuse_block_size_; in ReadBlockAlignedData() local 95 uint64_t offset = static_cast<uint64_t>(start_block) * fuse_block_size_; in ReadBlockAlignedData() local
|
D | fuse_sideload.cpp | 283 uint64_t offset = req->offset; in handle_read() local
|
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/util/ |
D | PayloadSpecsTest.java | 103 long offset = 45; in forStreaming_works() local
|
/bootable/recovery/updater_sample/res/raw/ |
D | sample.json | 18 "offset": 531, number
|
/bootable/recovery/install/ |
D | package.cpp | 176 bool MemoryPackage::ReadFullyAtOffset(uint8_t* buffer, uint64_t byte_count, uint64_t offset) { in ReadFullyAtOffset() 227 bool FilePackage::ReadFullyAtOffset(uint8_t* buffer, uint64_t byte_count, uint64_t offset) { in ReadFullyAtOffset()
|
/bootable/recovery/updater/include/private/ |
D | commands.h | 170 PatchInfo(size_t offset, size_t length) : offset_(offset), length_(length) {} in PatchInfo() 172 size_t offset() const { in offset() function
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 153 int offset = 0; in DrawHeader() local 172 int offset = 0; in DrawItems() local 235 int offset = 0; in DrawItems() local 263 int offset = 0; in Validate() local 639 int offset = 0; in DrawTextLines() local 650 int offset = 0; in DrawWrappedTextLines() local
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 195 static bool discard_blocks(int fd, off64_t offset, uint64_t size, bool force = false) { in discard_blocks() 213 static bool check_lseek(int fd, off64_t offset, int whence) { in check_lseek() 306 off64_t offset = static_cast<off64_t>(range.first) * BLOCKSIZE; in SeekToOutputRange() local 505 off64_t offset = static_cast<off64_t>(begin) * BLOCKSIZE; in WriteBlocks() local 1291 off64_t offset = static_cast<off64_t>(begin) * BLOCKSIZE; in PerformCommandZero() local 1361 size_t offset; in PerformCommandDiff() local 1469 off64_t offset = static_cast<off64_t>(begin) * BLOCKSIZE; in PerformCommandErase() local
|
D | commands.cpp | 247 size_t offset; in Parse() 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 | 145 static int write_at_offset(unsigned char* buffer, size_t size, int wfd, off64_t offset) { in write_at_offset()
|