/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/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/bootloader_message/ |
D | bootloader_message.cpp | 92 static bool read_misc_partition(void* p, size_t size, const std::string& misc_blk_device, in read_misc_partition() 116 bool write_misc_partition(const void* p, size_t size, const std::string& misc_blk_device, in write_misc_partition() 243 bool read_wipe_package(std::string* package_data, size_t size, std::string* err) { in read_wipe_package() 269 static bool ValidateSystemSpaceRegion(size_t offset, size_t size, std::string* err) { in ValidateSystemSpaceRegion() 277 static bool ReadMiscPartitionSystemSpace(void* data, size_t size, size_t offset, std::string* err) { in ReadMiscPartitionSystemSpace() 289 static bool WriteMiscPartitionSystemSpace(const void* data, size_t size, size_t offset, in WriteMiscPartitionSystemSpace()
|
/bootable/recovery/tests/fuzz/ |
D | verify_package_fuzzer.cpp | 27 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
|
/bootable/recovery/otautil/include/otautil/ |
D | rangeset.h | 68 size_t size() const { in size() function
|
/bootable/deprecated-ota/applypatch/include/applypatch/ |
D | applypatch.h | 66 size_t size; member
|
/bootable/libbootloader/gbl/libavb/src/ |
D | lib.rs | 42 let size = size_of::<usize>().checked_add(size)?; in avb_malloc_() localVariable 72 let size = usize::from_le_bytes(size_bytes); in avb_free() localVariable
|
/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/libbootloader/libxbc/ |
D | libxbc.c | 33 static uint32_t checksum(const unsigned char* const buffer, uint32_t size) { in checksum()
|
/bootable/deprecated-ota/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
|
/bootable/libbootloader/gbl/libbootconfig/src/ |
D | lib.rs | 89 let size = reader(&mut self.buffer[self.current_size..][..remains])?; in add_with() localVariable 112 let size: u32 = in update_trailer() localVariable
|
/bootable/libbootloader/gbl/libefi/src/ |
D | allocation.rs | 114 let size = layout.size(); in alloc() localVariable
|
/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/libbootloader/gbl/libgbl/src/fastboot/ |
D | mod.rs | 87 pub fn size(&mut self) -> u64 { in size() method 429 let size = 512; in test_fetch_raw_block() localVariable 470 let size = 512; in test_fetch_gpt_partition() localVariable 520 let size = 1024; in test_flash_partition() localVariable
|
/bootable/libbootloader/gbl/libelf/ |
D | relocation.cpp | 64 uintptr_t table_addr, size_t size) { in FixUpRelxTable()
|
/bootable/deprecated-ota/applypatch/ |
D | applypatch.cpp | 438 size_t size; in Parse() local
|
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 233 let size = self.get_var(var, args, out, utils)?; in get_var_as_str() localVariable 365 let size = formatted_bytes.size(); localVariable 787 let size = formatted_bytes.size(); in get_var_all() localVariable 930 pub fn size(&self) -> usize { in size() method 959 let size = formatted_bytes.size(); localVariable 1114 let size = core::cmp::min(out.len(), v.len()); in receive_packet() localVariable
|
/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()
|