OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAltStream
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
DirItem.h
35
bool
IsAltStream
;
37
CDirItem(): PhyParent(-1), LogParent(-1), SecureIndex(-1),
IsAltStream
(false) {}
116
bool
IsAltStream
;
123
CArcItem(): IsDir(false),
IsAltStream
(false), SizeDefined(false), MTimeDefined(false), Censored(false), TimeType(-1) {}
/external/lzma/CPP/Windows/
FileFind.h
33
bool
IsAltStream
;
/external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h
78
bool
IsAltStream
;
92
IsAltStream
(false) {}
138
if (Files.Size() < 1 || Files[0].
IsAltStream
|| Files[0].IsDir)
Completed in 62 milliseconds