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:ELF
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
H
A
D
InForm.java
25
ELF
("elf"),
enum constant
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
H
A
D
HapSignToolTest.java
113
signAppParameters.setInForm(InForm.
ELF
);
in testSignElf()
120
verifyAppParameters.setInForm(InForm.
ELF
);
in testSignElf()
146
signAppParameters.setInForm(InForm.
ELF
);
in testSignElfUnsignedProfile()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H
A
D
verify_elf.cpp
78
bool getSignBlockInfoFlag = GetSignBlockInfo(elfFile, signBlockInfo,
ELF
);
in VerifyElfFile()
96
ELF
, profileJson);
in VerifyElfFile()
169
if (fileType ==
ELF
) {
in GetSignBlockInfo()
274
std::string magicStr = (fileType ==
ELF
? SignHead::ELF_MAGIC : SignHead::MAGIC);
in CheckMagicAndVersion()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H
A
D
constant.h
61
const std::string
ELF
= "elf";
member
/developtools/hapsigner/hapsigntool_cpp/api/src/
H
A
D
sign_tool_service_impl.cpp
515
} else if (
ELF
== inForm) {
in SignHap()
674
} else if (inForm ==
ELF
) {
in VerifyHapSigner()
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H
A
D
params_run_tool.cpp
154
if (StringUtils::CaseCompare(inForm,
ELF
) && FileUtils::IsEmpty(profileFile)) {
in CheckProfile()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H
A
D
verify_code_signature.cpp
53
if (
ELF
!= fileFormat) {
in VerifyElf()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H
A
D
sign_provider.cpp
487
if (StringUtils::CaseCompare(inForm,
ELF
) && FileUtils::IsEmpty(profileFile)) {
in GetX509Certificates()
Completed in 7 milliseconds