Home
last modified time | relevance | path

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

/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/bootloader_message/
Dbootloader_message.cpp90 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/
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/otautil/include/otautil/
Drangeset.h68 size_t size() const { in size() function
/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h66 size_t size; member
/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/recovery/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
Dinstall.cpp417 int64_t size; in FormatFn() local
/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/recovery/applypatch/
Dapplypatch.cpp438 size_t size; in Parse() local
/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()
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp40 const size_t size = patch.size(); in verify_patch_header() local