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:fileStartPos_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
zip_file.cpp
63
fileStartPos_
= start;
in SetContentLocation()
84
size_t endFilePos =
fileStartPos_
+ fileLength_;
in ParseEndDirectory()
87
APP_LOGE("parse EOCD file length(%{public}llu) <= end dir length(%{public}llu)",
fileStartPos_
, fileLength_);
in ParseEndDirectory()
102
centralDirPos_ = endDir_.offset +
fileStartPos_
;
in ParseEndDirectory()
103
APP_LOGD("parse EOCD offset(0x%{public}08x) file start position(0x%{public}08llx)", endDir_.offset,
fileStartPos_
);
in ParseEndDirectory()
202
if (
fileStartPos_
>= fileLength_) {
in Open()
208
fileLength_ -=
fileStartPos_
;
in Open()
301
descPos +=
fileStartPos_
+ zipEntry.compressedSize;
in CheckDataDesc()
345
if (fseek(file_,
fileStartPos_
+ zipEntry.localHeaderOffset, SEEK_SET) != 0) {
in CheckCoherencyLocalHeader()
406
startOffset +=
fileStartPos_
; // ad
in SeekToEntryStart()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
zip_file.cpp
141
size_t endFilePos =
fileStartPos_
+ fileLength_;
in ParseEndDirectory()
144
ABILITYBASE_LOGE("
fileStartPos_
:(%{public}llu) <= fileLength_:(%{public}llu)",
in ParseEndDirectory()
145
fileStartPos_
, fileLength_);
in ParseEndDirectory()
155
centralDirPos_ = endDir_.offset +
fileStartPos_
;
in ParseEndDirectory()
274
if (
fileStartPos_
>= fileLength_) {
in Open()
280
fileLength_ -=
fileStartPos_
;
in Open()
619
descPos +=
fileStartPos_
+ zipEntry.compressedSize;
in CheckDataDesc()
658
auto startPos =
fileStartPos_
+ zipEntry.localHeaderOffset;
in CheckCoherencyLocalHeader()
701
startOffset +=
fileStartPos_
; // add file start relative to file stream
in GetEntryStart()
743
offset +=
fileStartPos_
;
in GetEntryDataOffset()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
zip_file.h
301
ZipPos
fileStartPos_
= 0;
member in OHOS::AppExecFwk::ZipFile
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H
A
D
zip_file.h
308
ZipPos
fileStartPos_
= 0;
member in OHOS::AbilityBase::ZipFile
Completed in 4 milliseconds