Home
last modified time | relevance | path

Searched refs:ExcludeFileItems (Results 1 - 11 of 11) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DList.h13 bool ExcludeFileItems; member
17 ExcludeFileItems(false) in CListOptions()
H A DMain.cpp1447 lo.ExcludeFileItems = options.Censor.ExcludeFileItems;
H A DList.cpp1300 if (fp.IsDir ? listOptions.ExcludeDirItems : listOptions.ExcludeFileItems) in ListArchives()
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtract.h22 bool ExcludeFileItems; member
36 ExcludeFileItems(false), in CExtractOptionsBase()
H A DDirItem.h312 bool ExcludeFileItems; member in CDirItems
318 return isDir ? !ExcludeDirItems : !ExcludeFileItems; in CanIncludeItem()
H A DExtract.cpp107 || options.ExcludeFileItems) in DecompressArchive()
110 if (item.IsDir ? options.ExcludeDirItems : options.ExcludeFileItems) in DecompressArchive()
H A DArchiveCommandLine.cpp686 censor.ExcludeFileItems = true; in AddSwitchWildcardsToCensor()
1413 eo.ExcludeFileItems = options.Censor.ExcludeFileItems; in Parse2()
H A DUpdate.cpp1363 dirItems.ExcludeFileItems = censor.ExcludeFileItems; in UpdateArchive()
H A DHashCalc.cpp475 dirItems.ExcludeFileItems = censor.ExcludeFileItems; in HashCalc()
H A DEnumDirItems.cpp184 , ExcludeFileItems(false) in CDirItems()
530 // we don't use (ExcludeFileItems) rules for AltStreams in EnumerateAltStreams()
531 // if (dirItems.ExcludeFileItems) return S_OK; in EnumerateAltStreams()
/third_party/lzma/CPP/Common/
H A DWildcard.h192 bool ExcludeFileItems; member in NWildcard::MY_UNCOPYABLE
196 ExcludeFileItems(false) in CCensor()

Completed in 18 milliseconds