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:IsAltStream
(Results
1 - 14
of
14
) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
ArchiveExtractCallback.cpp
679
if (!item.
IsAltStream
)
in CensorNode_CheckPath2()
688
if (!item.
IsAltStream
)
in CensorNode_CheckPath2()
1039
if (!_item.
IsAltStream
in CorrectPathParts()
1047
if (_item.
IsAltStream
)
in CorrectPathParts()
1322
if (_item.
IsAltStream
&& _item.ParentIndex != (UInt32)(Int32)-1)
in GetExtractStream()
1394
if (!_hardLinks.IDs.IsEmpty() && !_item.
IsAltStream
&& !_item.IsDir)
in GetExtractStream()
1509
if (_isRenamed && !_item.
IsAltStream
)
in GetExtractStream()
1639
if (!_ntOptions.AltStreams.Val && _item.
IsAltStream
)
in GetStream()
1660
if (_pathMode == NExtract::NPathMode::kNoPathsAlt && _item.
IsAltStream
)
in GetStream()
1679
if (!_item.
IsAltStream
)
in GetStream()
[all...]
H
A
D
Extract.cpp
116
item.
IsAltStream
= false;
in DecompressArchive()
119
RINOK(Archive_IsItem_AltStream(arc.Archive, i, item.
IsAltStream
))
in DecompressArchive()
125
if (!options.NtOptions.AltStreams.Val && item.
IsAltStream
)
in DecompressArchive()
H
A
D
DirItem.h
391
bool
IsAltStream
;
member
398
IsAltStream
(false),
in CArcItem()
H
A
D
UpdatePair.cpp
280
(di && di->
IsAltStream
) ||
in GetUpdatePairInfoList()
282
(ai && ai->
IsAltStream
))
in GetUpdatePairInfoList()
H
A
D
Update.cpp
274
else if (ai.
IsAltStream
)
in ShowDeleteFile()
497
if (ai.
IsAltStream
)
in Compress()
561
else if (di.
IsAltStream
)
in Compress()
595
else if (ai.
IsAltStream
)
in Compress()
1004
ai.
IsAltStream
=
in EnumerateInArchiveItems()
1006
item.
IsAltStream
;
in EnumerateInArchiveItems()
1012
if (!storeStreamsMode && ai.
IsAltStream
)
in EnumerateInArchiveItems()
H
A
D
EnumDirItems.cpp
80
else if (fi.
IsAltStream
)
in AddDirFileInfo()
452
if (phyPrefix_isAltStreamPrefix && fi.
IsAltStream
)
in EnumerateItems2()
559
fi2.
IsAltStream
= true;
in EnumerateAltStreams()
579
if (!fi.HasReparsePoint() || fi.
IsAltStream
)
in SetLinkInfo()
H
A
D
OpenArchive.h
238
bool
IsAltStream
;
member
244
UInt32 ParentIndex; // use it, if
IsAltStream
H
A
D
OpenArchive.cpp
813
item.
IsAltStream
= false;
838
RINOK(Archive_IsItem_AltStream(Archive, index, item.
IsAltStream
))
843
if (item.
IsAltStream
)
861
// item.
IsAltStream
= false;
865
item.
IsAltStream
= false;
896
item.
IsAltStream
= true;
918
item.
IsAltStream
= true;
H
A
D
UpdateCallback.cpp
488
case kpidIsAltStream: prop = di.
IsAltStream
; break;
in GetProperty()
H
A
D
HashCalc.cpp
541
isAltStream = di.
IsAltStream
;
in HashCalc()
/third_party/lzma/CPP/7zip/UI/FileManager/
H
A
D
ExtractCallback.h
78
bool
IsAltStream
;
member
92
IsAltStream
(false) {}
in CVirtFile()
139
if (Files.Size() < 1 || /* Files[0].
IsAltStream
|| */ Files[0].IsDir)
in IsStreamInMem()
H
A
D
ExtractCallback.cpp
881
file.
IsAltStream
= _isAltStream;
in GetStream7()
/third_party/lzma/CPP/Windows/
H
A
D
FileFind.cpp
85
IsAltStream
= false;
in ClearBase()
118
fi.
IsAltStream
= false; \
555
IsAltStream
= true;
in Find()
H
A
D
FileFind.h
79
bool
IsAltStream
;
member in NWindows::NFile::NFind::CFileInfoBase
Completed in 19 milliseconds