Home
last modified time | relevance | path

Searched refs:censorPathMode (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp893 NWildcard::ECensorPathMode censorPathMode, in EnumerateDirItemsAndSort() argument
903 HRESULT res = EnumerateItems(censor, censorPathMode, addPathPrefix, dirItems, NULL); in EnumerateDirItemsAndSort()
974 NWildcard::ECensorPathMode censorPathMode = NWildcard::k_RelatPath; in Parse2() local
978 censorPathMode = NWildcard::k_AbsPath; in Parse2()
983 censorPathMode = NWildcard::k_FullPath; in Parse2()
1168 if (censorPathMode == NWildcard::k_AbsPath) in Parse2()
1173 else if (censorPathMode == NWildcard::k_FullPath) in Parse2()
1193 updateOptions.PathMode = censorPathMode; in Parse2()
1241 options.Censor.AddPathsToCensor(censorPathMode); in Parse2()
1245 hashOptions.PathMode = censorPathMode; in Parse2()
/external/lzma/CPP/Common/
DWildcard.h142 void AddPathsToCensor(NWildcard::ECensorPathMode censorPathMode);
DWildcard.cpp596 void CCensor::AddPathsToCensor(ECensorPathMode censorPathMode) in AddPathsToCensor() argument
601 AddItem(censorPathMode, cp.Include, cp.Path, cp.Recursive, cp.WildcardMatching); in AddPathsToCensor()