/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 | 85 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 109 static bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition() 223 bool read_wipe_package(std::string* package_data, size_t size, std::string* err) { in read_wipe_package() 242 static bool OffsetAndSizeInVendorSpace(size_t offset, size_t size) { in OffsetAndSizeInVendorSpace() 247 bool ReadMiscPartitionVendorSpace(void* data, size_t size, size_t offset, std::string* err) { in ReadMiscPartitionVendorSpace() 260 bool WriteMiscPartitionVendorSpace(const void* data, size_t size, size_t offset, std::string* err) { in WriteMiscPartitionVendorSpace()
|
/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 | 61 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 | 190 static bool discard_blocks(int fd, off64_t offset, uint64_t size, bool force = false) { in discard_blocks() 218 static void allocate(size_t size, std::vector<uint8_t>* buffer) { in allocate() 248 size_t Write(const uint8_t* data, size_t size) { in Write() 357 static bool receive_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_new_data() 397 static bool receive_brotli_new_data(const uint8_t* data, size_t size, void* cookie) { in receive_brotli_new_data() 484 size_t size = (end - begin) * BLOCKSIZE; in ReadBlocks() local 501 size_t size = (end - begin) * BLOCKSIZE; in WriteBlocks() local 1287 size_t size = (end - begin) * BLOCKSIZE; in PerformCommandZero() local 1465 size_t size = (end - begin) * BLOCKSIZE; in PerformCommandErase() local
|
D | dynamic_partitions.cpp | 178 auto size = params.uint_arg(1, "size"); in PerformOpResize() local
|
D | install.cpp | 452 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 | 436 size_t size; in Parse() local
|
/bootable/recovery/boot_control/ |
D | boot_control.cpp | 64 static uint32_t CRC32(const uint8_t* buf, size_t size) { in CRC32()
|
/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/component/ |
D | imgdiff_test.cpp | 41 const size_t size = patch.size(); in verify_patch_header() local
|