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:componentAddr
(Results
1 - 7
of
7
) sorted by relevance
/base/update/updater/interfaces/kits/include/package/
H
A
D
package.h
91
char *
componentAddr
;
member
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H
A
D
UpdaterStartUpdaterProc_fuzzer.cpp
125
comp[i].
componentAddr
= strdup(fstabFile[i].c_str());
in CreatePackageZip()
148
free(comp[i].
componentAddr
);
in CreatePackageZip()
/base/update/updater/test/unittest/updater_binary/
H
A
D
updater_binary_unittest.cpp
161
free(comp[i].
componentAddr
);
in CreatePackageBin()
199
comp.
componentAddr
= strdup(cmpName.c_str());
in BuildCompnentInfo()
/base/update/updater/interfaces/kits/packages/
H
A
D
package.cpp
68
info->fileInfo.identity.assign(compInfo[i].
componentAddr
);
in GetUpgradePkgInfo()
101
info->fileInfo.identity.assign(compInfo[i].
componentAddr
);
in GetZipPkgInfo()
126
info->fileInfo.identity.assign(compInfo[i].
componentAddr
);
in GetLz4PkgInfo()
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H
A
D
extractandexecutescript_fuzzer.cpp
258
comp[i].
componentAddr
= strdup(inputFile[i].c_str());
in CreatePackageBin()
281
free(comp[i].
componentAddr
);
in CreatePackageBin()
/base/update/updater/test/fuzztest/package_fuzzer/
H
A
D
package_fuzzer.cpp
99
comp[n].
componentAddr
= strdup(testFileNames_[n].c_str());
in TestPackagePack()
118
free(comp[n].
componentAddr
);
in TestPackagePack()
/base/update/updater/test/unittest/package/
H
A
D
package_unittest.cpp
103
comp[i].
componentAddr
= strdup(testFileNames_[i].c_str());
in TestPackagePack()
124
free(comp[i].
componentAddr
);
in TestPackagePack()
Completed in 4 milliseconds