Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Lz4FrameAdapter
(Results
1 - 4
of
4
) sorted by relevance
/base/update/updater/services/diffpatch/bzip2/
H
A
D
lz4_adapter.h
51
class
Lz4FrameAdapter
: public Lz4Adapter {
class
53
Lz4FrameAdapter
(UpdatePatchWriterPtr outStream, size_t offset,
in Lz4FrameAdapter()
function in UpdatePatch::Lz4FrameAdapter
55
~
Lz4FrameAdapter
() override
72
class Lz4BlockAdapter : public
Lz4FrameAdapter
{
75
const Hpackage::PkgManager::FileInfoPtr fileInfo) :
Lz4FrameAdapter
(outStream, offset, fileInfo) {}
in Lz4BlockAdapter()
H
A
D
lz4_adapter.cpp
44
int32_t
Lz4FrameAdapter
::Open()
in Open()
96
int32_t
Lz4FrameAdapter
::Close()
in Close()
111
int32_t
Lz4FrameAdapter
::WriteData(const BlockBuffer &srcData)
in WriteData()
161
int32_t
Lz4FrameAdapter
::CompressData(const BlockBuffer &srcData)
in CompressData()
182
int32_t
Lz4FrameAdapter
::FlushData(size_t &offset)
in FlushData()
/base/update/updater/services/diffpatch/patch/
H
A
D
image_patch.cpp
328
deflateAdapter_.reset(new
Lz4FrameAdapter
(writer_, 0, fileInfo_));
in Init()
/base/update/updater/test/unittest/diffpatch/
H
A
D
bzip2_unittest.cpp
239
deflateAdapter.reset(new
Lz4FrameAdapter
(testPatchWriter.get(), 0, info));
in DeflateAdapterTest()
Completed in 3 milliseconds