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
defs:extraSize
(Results
1 - 5
of
5
) sorted by relevance
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_zip_helper.cpp
40
uint16_t
extraSize
= 0;
member
55
uint16_t
extraSize
= 0;
member
187
uint16_t
extraSize
= ReadLE16(localHeaderBuf + offsetof(LocalFileHeader,
extraSize
));
in GetFileEntryOffset()
local
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_zipfile.h
47
uint16_t
extraSize
= 0;
member
81
uint16_t
extraSize
= 0;
member
H
A
D
pkg_zipfile.cpp
526
uint16_t
extraSize
= ReadLE16(buffer.buffer + offsetof(CentralDirEntry,
extraSize
));
in DecodeCentralDirEntry()
local
604
uint16_t
extraSize
= ReadLE16(data.buffer + offsetof(LocalFileHeader,
extraSize
));
in DecodeLocalFileHeader()
local
462
DoDecodeCentralDirEntry(PkgBuffer &buffer, size_t &decodeLen, size_t currLen, uint16_t nameSize, uint16_t
extraSize
)
DoDecodeCentralDirEntry()
argument
[all...]
/base/update/updater/test/unittest/package/
H
A
D
pkg_package_unittest.cpp
131
uint16_t
extraSize
= 20;
in TestBigZipEntry()
local
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H
A
D
hks_client_ipc_serialization.c
394
static int32_t CheckAndCalculateSize(const uint32_t inSize, const uint32_t
extraSize
, uint32_t *outSize)
in CheckAndCalculateSize()
argument
Completed in 6 milliseconds