Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 33) sorted by relevance

12

/bootable/recovery/updater_sample/tests/res/raw/
Dupdate_config_002_stream.json10 "size": 827 number
15 "size": 1392 number
20 "size": 147 number
25 "size": 12 number
30 "size": 17 number
35 "size": 29 number
Dupdate_config_001_stream.json12 "size": 8 number
Dupdate_config_003_nonstream.json10 "size": 8 number
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DPayloadSpec.java105 public Builder size(long size) { in size() method in PayloadSpec.Builder
DUpdateConfig.java198 public PackageFile(String filename, long offset, long size) { in PackageFile()
/bootable/recovery/bootloader_message/
Dbootloader_message.cpp92 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/
Dverify_package_fuzzer.cpp27 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
/bootable/recovery/otautil/include/otautil/
Drangeset.h68 size_t size() const { in size() function
/bootable/deprecated-ota/applypatch/include/applypatch/
Dapplypatch.h66 size_t size; member
/bootable/libbootloader/gbl/libavb/src/
Dlib.rs42 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/
DPayloadSpecsTest.java104 long size = 200; in forStreaming_works() local
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java43 public FileDownloader(String url, long offset, long size, File destination) { in FileDownloader()
DPayloadSpecs.java107 long size, in forStreaming()
/bootable/recovery/updater_sample/res/raw/
Dsample.json19 "size": 5012323 number
/bootable/libbootloader/libxbc/
Dlibxbc.c33 static uint32_t checksum(const unsigned char* const buffer, uint32_t size) { in checksum()
/bootable/deprecated-ota/updater/
Dblockimg.cpp195 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
Dupdater_runtime_dynamic_partitions.cpp140 auto size = params.uint_arg(1, "size"); in PerformOpResize() local
/bootable/libbootloader/gbl/libbootconfig/src/
Dlib.rs89 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/
Dallocation.rs114 let size = layout.size(); in alloc() localVariable
/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp152 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/
Dmod.rs87 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/
Drelocation.cpp64 uintptr_t table_addr, size_t size) { in FixUpRelxTable()
/bootable/deprecated-ota/applypatch/
Dapplypatch.cpp438 size_t size; in Parse() local
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs233 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/
Duncrypt.cpp145 static int write_at_offset(unsigned char* buffer, size_t size, int wfd, off64_t offset) { in write_at_offset()

12