/bootable/recovery/updater_sample/tests/res/raw/ |
D | update_config_002_stream.json | 10 "size": 827 number 15 "size": 1392 number 20 "size": 147 number 25 "size": 12 number 30 "size": 17 number 35 "size": 29 number
|
D | update_config_001_stream.json | 12 "size": 8 number
|
D | update_config_003_nonstream.json | 10 "size": 8 number
|
/bootable/recovery/bootloader_message/ |
D | bootloader_message.cpp | 90 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 114 bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition() 238 bool read_wipe_package(std::string* package_data, size_t size, std::string* err) { in read_wipe_package() 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/updater_sample/src/com/example/android/systemupdatersample/ |
D | PayloadSpec.java | 105 public Builder size(long size) { in size() method in PayloadSpec.Builder
|
D | UpdateConfig.java | 198 public PackageFile(String filename, long offset, long size) { in PackageFile()
|
/bootable/recovery/otautil/include/otautil/ |
D | rangeset.h | 68 size_t size() const { in size() function
|
/bootable/recovery/applypatch/include/applypatch/ |
D | applypatch.h | 66 size_t size; member
|
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/util/ |
D | PayloadSpecsTest.java | 104 long size = 200; in forStreaming_works() local
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | FileDownloader.java | 43 public FileDownloader(String url, long offset, long size, File destination) { in FileDownloader()
|
D | PayloadSpecs.java | 107 long size, in forStreaming()
|
/bootable/recovery/updater_sample/res/raw/ |
D | sample.json | 19 "size": 5012323 number
|
/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() 223 static void allocate(size_t size, std::vector<uint8_t>* buffer) { in allocate() 253 size_t Write(const uint8_t* data, size_t size) { in Write() 362 static bool receive_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_new_data() 402 static bool receive_brotli_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_brotli_new_data() 489 size_t size = (end - begin) * BLOCKSIZE; in ReadBlocks() local 506 size_t size = (end - begin) * BLOCKSIZE; in WriteBlocks() local 1292 size_t size = (end - begin) * BLOCKSIZE; in PerformCommandZero() local 1470 size_t size = (end - begin) * BLOCKSIZE; in PerformCommandErase() local
|
D | updater_runtime_dynamic_partitions.cpp | 140 auto size = params.uint_arg(1, "size"); in PerformOpResize() local
|
D | install.cpp | 417 int64_t size; in FormatFn() local
|
/bootable/recovery/fuse_sideload/ |
D | fuse_sideload.cpp | 152 static void fill_attr(fuse_attr* attr, const fuse_data* fd, uint64_t nodeid, uint64_t size, in fill_attr() 284 uint32_t size = req->size; in handle_read() local
|
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 438 size_t size; in Parse() 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()
|
/bootable/recovery/tests/unit/host/ |
D | imgdiff_test.cpp | 40 const size_t size = patch.size(); in verify_patch_header() local
|