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:EndDir
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H
A
D
zip_file.h
30
using
EndDir
= struct
EndDir
;
101
struct __attribute__((packed))
EndDir
{
struct
157
bool CheckEndDir(const
EndDir
&endDir) const;
172
EndDir
endDir_;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
zip_file.h
112
struct __attribute__((packed))
EndDir
{
struct
212
* @brief Check the
EndDir
object.
213
* @param endDir Indicates the
EndDir
object to check.
216
bool CheckEndDir(const
EndDir
&endDir) const;
218
* @brief Parse the
EndDir
.
296
EndDir
endDir_;
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H
A
D
zip_file.h
117
struct __attribute__((packed))
EndDir
{
struct
219
* @brief Check the
EndDir
object.
220
* @param endDir Indicates the
EndDir
object to check.
223
bool CheckEndDir(const
EndDir
&endDir) const;
225
* @brief Parse the
EndDir
.
301
EndDir
endDir_;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
zip_file.cpp
71
bool ZipFile::CheckEndDir(const
EndDir
&endDir) const
in CheckEndDir()
73
size_t lenEndDir = sizeof(
EndDir
);
in CheckEndDir()
90
size_t endDirLen = sizeof(
EndDir
);
in ParseEndDirectory()
102
if (fread(&endDir_, sizeof(
EndDir
), FILE_READ_COUNT, file_) != FILE_READ_COUNT) {
in ParseEndDirectory()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
zip_file.cpp
67
bool ZipFile::CheckEndDir(const
EndDir
&endDir) const
in CheckEndDir()
69
size_t lenEndDir = sizeof(
EndDir
);
in CheckEndDir()
83
size_t endDirLen = sizeof(
EndDir
);
in ParseEndDirectory()
97
if (fread(&endDir_, sizeof(
EndDir
), FILE_READ_COUNT, file_) != FILE_READ_COUNT) {
in ParseEndDirectory()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
zip_file.cpp
120
bool ZipFile::CheckEndDir(const
EndDir
&endDir) const
in CheckEndDir()
122
size_t lenEndDir = sizeof(
EndDir
);
in CheckEndDir()
140
size_t endDirLen = sizeof(
EndDir
);
in ParseEndDirectory()
150
if (!zipFileReader_->ReadBuffer(reinterpret_cast<uint8_t*>(&endDir_), eocdPos, sizeof(
EndDir
))) {
in ParseEndDirectory()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_test.cpp
2804
EndDir
endDir;
in HWTEST_F()
Completed in 18 milliseconds