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:GetEOCDByBytes
(Results
1 - 4
of
4
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/zip/include/
H
A
D
endof_central_directory.h
58
static std::optional<EndOfCentralDirectory*>
GetEOCDByBytes
(const std::string& bytes);
67
static std::optional<EndOfCentralDirectory*>
GetEOCDByBytes
(const std::string& bytes, int offset);
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H
A
D
endof_central_directory.cpp
23
std::optional<EndOfCentralDirectory*> EndOfCentralDirectory::
GetEOCDByBytes
(const std::string& bytes)
in GetEOCDByBytes()
function in OHOS::SignatureTools::EndOfCentralDirectory
25
return
GetEOCDByBytes
(bytes, 0);
in GetEOCDByBytes()
28
std::optional<EndOfCentralDirectory*> EndOfCentralDirectory::
GetEOCDByBytes
(const std::string& bytes, int offset)
in GetEOCDByBytes()
function in OHOS::SignatureTools::EndOfCentralDirectory
H
A
D
zip_signer.cpp
87
std::optional<EndOfCentralDirectory*> eocdByBytes = EndOfCentralDirectory::
GetEOCDByBytes
(retStr);
in GetZipEndOfCentralDirectory()
105
eocdByBytes = EndOfCentralDirectory::
GetEOCDByBytes
(retStr, start);
in GetZipEndOfCentralDirectory()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H
A
D
zip_signer_test.cpp
366
* @tc.name: Test
GetEOCDByBytes
Function
367
* @tc.desc: Test function of EndOfCentralDirectory::
GetEOCDByBytes
() interface for SUCCESS.
383
std::optional<EndOfCentralDirectory*> eocdByBytes = EndOfCentralDirectory::
GetEOCDByBytes
(retStr);
in HWTEST_F()
388
* @tc.name: Test
GetEOCDByBytes
Function
389
* @tc.desc: Test function of EndOfCentralDirectory::
GetEOCDByBytes
() interface for FAIL.
396
* @tc.steps: step1. test
GetEOCDByBytes
function
in HWTEST_F()
400
std::optional<EndOfCentralDirectory*> eocdByBytes = EndOfCentralDirectory::
GetEOCDByBytes
(str);
in HWTEST_F()
405
* @tc.name: Test
GetEOCDByBytes
Function
406
* @tc.desc: Test function of EndOfCentralDirectory::
GetEOCDByBytes
() interface for FAIL.
413
* @tc.steps: step1. test
GetEOCDByBytes
functio
in HWTEST_F()
[all...]
Completed in 3 milliseconds