Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 21 of 21) sorted by relevance

/bootable/recovery/minadbd/
Dfuse_adb_provider.cpp26 bool FuseAdbDataProvider::ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size, in ReadBlockAlignedData()
Dminadbd_services.cpp82 char buffer[kMinadbdMessageSize]; in WaitForCommandStatus() local
/bootable/recovery/fuse_sideload/
Dfuse_provider.cpp57 bool FuseFileDataProvider::ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size, in ReadBlockAlignedData()
93 bool FuseBlockDataProvider::ReadBlockAlignedData(uint8_t* buffer, uint32_t fetch_size, in ReadBlockAlignedData()
/bootable/recovery/tests/unit/
Dpackage_test.cpp66 std::vector<uint8_t> buffer(file_content_.size()); in TEST_F() local
77 std::vector<uint8_t> buffer(file_content_.size()); in TEST_F() local
Dcommands_test.cpp447 std::vector<uint8_t> buffer(source.blocks() * kBlockSize); in TEST() local
469 std::vector<uint8_t> buffer(source.blocks() * kBlockSize); in TEST() local
483 std::vector<uint8_t> buffer(source.blocks() * kBlockSize - 1); in TEST() local
491 std::vector<uint8_t> buffer(source.blocks() * kBlockSize); in TEST() local
Dscreen_ui_test.cpp321 void TestableScreenRecoveryUI::SetKeyBuffer(const std::vector<KeyCode>& buffer) { in SetKeyBuffer()
Dupdater_test.cpp305 std::string buffer(65540, '\0'); in TEST_F() local
/bootable/recovery/install/
Dpackage.cpp176 bool MemoryPackage::ReadFullyAtOffset(uint8_t* buffer, uint64_t byte_count, uint64_t offset) { in ReadFullyAtOffset()
227 bool FilePackage::ReadFullyAtOffset(uint8_t* buffer, uint64_t byte_count, uint64_t offset) { in ReadFullyAtOffset()
253 std::vector<uint8_t> buffer(read_size); in UpdateHashAtOffset() local
Dadb_install.cpp158 char buffer[kMinadbdMessageSize]; in HandleMessageFromMinadbd() local
Dinstall.cpp438 char buffer[1024]; in TryUpdateBinary() local
/bootable/recovery/install/include/private/
Dasn1_decoder.h25 asn1_context(const uint8_t* buffer, size_t length) : p_(buffer), length_(length), app_type_(0) {} in asn1_context()
/bootable/recovery/updater/
Dblockimg.cpp223 static void allocate(size_t size, std::vector<uint8_t>* buffer) { in allocate()
426 uint8_t buffer[buffer_size]; in receive_brotli_new_data() local
482 static int ReadBlocks(const RangeSet& src, std::vector<uint8_t>* buffer, int fd) { in ReadBlocks()
502 static int WriteBlocks(const RangeSet& tgt, const std::vector<uint8_t>& buffer, int fd) { in WriteBlocks()
545 std::vector<uint8_t> buffer; member
553 const std::vector<uint8_t>& buffer) { in PrintHashForCorruptedSourceBlocks()
620 const std::vector<uint8_t>& buffer, in PrintHashForCorruptedStashedBlocks()
645 std::vector<uint8_t> buffer(src.blocks() * BLOCKSIZE); in PrintHashForMissingStashedBlocks() local
653 static int VerifyBlocks(const std::string& expected, const std::vector<uint8_t>& buffer, in VerifyBlocks()
736 std::vector<uint8_t>* buffer, bool printnoent) { in LoadStash()
[all …]
Dcommands.cpp332 std::vector<uint8_t>* buffer, size_t block_size, in ReadAll()
360 void SourceInfo::DumpBuffer(const std::vector<uint8_t>& buffer, size_t block_size) const { in DumpBuffer() argument
Dinstall.cpp90 std::string buffer = android::base::Join(args, ""); in UIPrintFn() local
174 std::string buffer; in PackageExtractFileFn() local
564 std::string buffer; in FileGetPropFn() local
/bootable/recovery/applypatch/
Dapplypatch.cpp82 std::vector<unsigned char> buffer(partition.size); in ReadPartitionToBuffer() local
189 unsigned char buffer[4096]; in WriteBufferToPartition() local
Dimgpatch.cpp87 std::vector<uint8_t> buffer(buffer_size); in ApplyBSDiffPatchAndStreamOutput() local
Dimgdiff.cpp416 std::vector<uint8_t> buffer(BUFFER_SIZE); in TryReconstruction() local
/bootable/recovery/
Drecovery-persist.cpp92 std::string buffer(buf, len); in logsave() local
/bootable/recovery/otautil/
Drangeset.cpp124 RangeSet buffer; in Split() local
/bootable/recovery/recovery_utils/
Dlogging.cpp249 std::string buffer(klog_buf_len, 0); in save_kernel_log() 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()