Home
last modified time | relevance | path

Searched defs:srcBuffer (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dzip_output.cpp62 CompressBuffer* srcBuffer = srcBuffer_.get(); in Execute() local
107 CompressBuffer* srcBuffer = srcBuffer_.get(); in CompressAndWriteToFd() local
135 CompressBuffer* srcBuffer = srcBuffer_.get(); in CompressBigLine() local
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Ddump_compressor.cpp33 DumpStatus DumpCompressor::Compress(CompressBuffer*& srcBuffer, CompressBuffer*& destBuffer) in Compress()
92 DumpStatus DumpCompressor::FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, in FillBuffer()
/base/update/updater/test/unittest/applypatch_test/
Dblockset_unittest.cpp101 std::vector<uint8_t> srcBuffer; variable
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_file.c144 const char *srcBuffer = (const char *)src; in HcFileWrite() local
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
Dhc_file_posix.c142 const char *srcBuffer = (const char *)src; in HcFileWrite() local
/base/update/updater/services/applypatch/
Dblock_set.cpp380 int32_t BlockSet::WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &srcBuffer, in WriteDiffToBlock()