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:entryCount
(Results
1 - 12
of
12
) sorted by relevance
/base/update/updater/interfaces/kits/packages/
H
A
D
package.cpp
35
if (pkgInfoExt->
entryCount
> MAX_ENTRY_COUNT) {
in GetUpgradePkgInfo()
36
LOG(ERROR) << "entry count oversized " << pkgInfoExt->
entryCount
<< ", " << MAX_ENTRY_COUNT;
in GetUpgradePkgInfo()
58
upgradePackageInfo->pkgInfo.
entryCount
= pkgInfoExt->
entryCount
;
in GetUpgradePkgInfo()
60
files.resize(pkgInfoExt->
entryCount
);
in GetUpgradePkgInfo()
61
for (uint32_t i = 0; i < pkgInfoExt->
entryCount
; i++) {
in GetUpgradePkgInfo()
88
if (pkgInfoExt->
entryCount
> MAX_ENTRY_COUNT) {
in GetZipPkgInfo()
89
LOG(ERROR) << "entry count oversized " << pkgInfoExt->
entryCount
<< ", " << MAX_ENTRY_COUNT;
in GetZipPkgInfo()
95
pkgInfo->
entryCount
= pkgInfoExt->
entryCount
;
in GetZipPkgInfo()
[all...]
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H
A
D
code_sign_utils_in_c.cpp
34
int
entryCount
= entryMapEntryData->count;
in EnforceCodeSignForApp()
local
35
for (int i = 0; i <
entryCount
; ++i) {
in EnforceCodeSignForApp()
/base/update/updater/interfaces/kits/include/package/
H
A
D
package.h
79
uint32_t
entryCount
= 0;
member
/base/update/updater/services/include/package/
H
A
D
pkg_info_utils.h
68
uint32_t
entryCount
= 0;
member
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_upgradefile.cpp
97
if (pkgEntryMapId_.size() >= pkgInfo_.pkgInfo.
entryCount
) {
in GetEntryOffset()
106
dataOffset = UPGRADE_FILE_HEADER_LEN + pkgInfo_.pkgInfo.
entryCount
* sizeof(UpgradeCompInfo);
in GetEntryOffset()
172
sizeof(UpgradePkgTime) + pkgInfo_.pkgInfo.
entryCount
* sizeof(UpgradeCompInfo) + UPGRADE_RESERVE_LEN;
in CheckPackageHeader()
196
offset += pkgInfo_.pkgInfo.
entryCount
* sizeof(UpgradeCompInfo);
in WriteBuffer()
248
WriteLE16(buffer.data() + offset + sizeof(uint16_t), pkgInfo_.pkgInfo.
entryCount
* sizeof(UpgradeCompInfo));
in SavePackage()
624
pkgInfo_.pkgInfo.
entryCount
++;
in SaveEntry()
H
A
D
pkg_upgradefile.h
106
if (header == nullptr || header->
entryCount
== 0) {
in UpgradePkgFile()
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H
A
D
UpdaterStartUpdaterProc_fuzzer.cpp
117
pkgInfo.
entryCount
= fstabFile.size();
in CreatePackageZip()
/base/update/updater/test/unittest/updater_binary/
H
A
D
updater_binary_unittest.cpp
137
pkgInfo.
entryCount
= testFileNames_.size() + fileNameIndex;
in CreatePackageBin()
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H
A
D
extractandexecutescript_fuzzer.cpp
250
pkgInfo.
entryCount
= inputFile.size();
in CreatePackageBin()
/base/update/updater/test/fuzztest/package_fuzzer/
H
A
D
package_fuzzer.cpp
89
pkgInfo.
entryCount
= testFileNames_.size();
in TestPackagePack()
/base/update/updater/test/unittest/package/
H
A
D
package_unittest.cpp
93
pkgInfo.
entryCount
= testFileNames_.size();
in TestPackagePack()
H
A
D
pkg_manager_unittest.cpp
103
pkgInfo.pkgInfo.
entryCount
= testFileNames_.size();
in GetUpgradePkgInfo()
Completed in 9 milliseconds