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:verifyElf
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H
A
D
verify_elf_test.cpp
74
VerifyElf
verifyElf
;
in HWTEST_F()
local
75
bool flag =
verifyElf
.Verify(&options);
in HWTEST_F()
90
VerifyElf
verifyElf
;
in HWTEST_F()
local
91
bool flag =
verifyElf
.Verify(nullptr);
in HWTEST_F()
110
VerifyElf
verifyElf
;
in HWTEST_F()
local
111
bool flag =
verifyElf
.Verify(&options);
in HWTEST_F()
130
VerifyElf
verifyElf
;
in HWTEST_F()
local
131
bool flag =
verifyElf
.Verify(&options);
in HWTEST_F()
150
VerifyElf
verifyElf
;
in HWTEST_F()
local
151
bool flag =
verifyElf
in HWTEST_F()
171
VerifyElf
verifyElf
;
HWTEST_F()
local
192
VerifyElf
verifyElf
;
HWTEST_F()
local
213
VerifyElf
verifyElf
;
HWTEST_F()
local
234
VerifyElf
verifyElf
;
HWTEST_F()
local
255
VerifyElf
verifyElf
;
HWTEST_F()
local
276
VerifyElf
verifyElf
;
HWTEST_F()
local
297
VerifyElf
verifyElf
;
HWTEST_F()
local
318
VerifyElf
verifyElf
;
HWTEST_F()
local
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
H
A
D
VerifyElf.java
128
verifyResult =
verifyElf
(filePath);
in verify()
197
public VerifyResult
verifyElf
(String binFile) {
in verifyElf()
method in VerifyElf
227
if (!VerifyCodeSignature.
verifyElf
(bin, codesign.getOffset(), codesign.getLength(),
in verifyElf()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
H
A
D
SignToolServiceImpl.java
334
VerifyElf
verifyElf
= new VerifyElf();
in verifyHap()
335
return
verifyElf
.verify(options);
in verifyHap()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H
A
D
sign_tool_service_impl.cpp
675
VerifyElf
verifyElf
;
in VerifyHapSigner()
local
676
if (!
verifyElf
.Verify(option)) {
in VerifyHapSigner()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H
A
D
VerifyCodeSignature.java
137
public static boolean
verifyElf
(File file, long offset, long length, String fileFormat, String profileContent)
in verifyElf()
method in VerifyCodeSignature
Completed in 4 milliseconds