Searched refs:isAltStream (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | HashCalc.cpp | 152 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) in Final() argument 156 else if (isAltStream) in Final() 178 if (!isAltStream) in Final() 195 if (!isAltStream) in Final() 277 bool isAltStream = false; in HashCalc() local 288 isAltStream = dirItem.IsAltStream; in HashCalc() 322 hb.Final(isDir, isAltStream, path); in HashCalc()
|
D | HashCalc.h | 38 virtual void Final(bool isDir, bool isAltStream, const UString &path) = 0; 64 void Final(bool isDir, bool isAltStream, const UString &path);
|
D | Extract.cpp | 101 bool isAltStream; in DecompressArchive() local 102 RINOK(Archive_IsItem_AltStream(archive, i, isAltStream)); in DecompressArchive() 103 if (!options.NtOptions.AltStreams.Val && isAltStream) in DecompressArchive() 105 if (!wildcardCensor.CheckPath(isAltStream, filePath, !isFolder)) in DecompressArchive()
|
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 380 bool CCensorNode::CheckPath2(bool isAltStream, const UString &path, bool isFile, bool &include) con… in CheckPath2() argument 386 if (!include || !isAltStream) in CheckPath2() 389 if (isAltStream && !pathParts.IsEmpty()) in CheckPath2() 402 bool CCensorNode::CheckPath(bool isAltStream, const UString &path, bool isFile) const in CheckPath() argument 405 if (CheckPath2(isAltStream, path, isFile, include)) in CheckPath() 566 bool CCensor::CheckPath(bool isAltStream, const UString &path, bool isFile) const in CheckPath() argument 572 if (Pairs[i].Head.CheckPath2(isAltStream, path, isFile, include)) in CheckPath()
|
D | Wildcard.h | 90 bool CheckPath2(bool isAltStream, const UString &path, bool isFile, bool &include) const; 91 bool CheckPath(bool isAltStream, const UString &path, bool isFile) const; 139 bool CheckPath(bool isAltStream, const UString &path, bool isFile) const;
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 1117 bool isAltStream = false; in ListArchives() local 1120 RINOK(Archive_IsItem_AltStream(archive, i, isAltStream)); in ListArchives() 1121 if (isAltStream && !processAltStreams) in ListArchives() 1129 if (!wildcardCensor.CheckPath(isAltStream, fp.FilePath, !fp.IsFolder)) in ListArchives() 1143 stat.GetStat(isAltStream).Update(st); in ListArchives() 1145 if (isAltStream && !showAltStreams) in ListArchives()
|