Searched refs:censorPathMode (Results 1 – 3 of 3) sorted by relevance
893 NWildcard::ECensorPathMode censorPathMode, in EnumerateDirItemsAndSort() argument903 HRESULT res = EnumerateItems(censor, censorPathMode, addPathPrefix, dirItems, NULL); in EnumerateDirItemsAndSort()974 NWildcard::ECensorPathMode censorPathMode = NWildcard::k_RelatPath; in Parse2() local978 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()
142 void AddPathsToCensor(NWildcard::ECensorPathMode censorPathMode);
596 void CCensor::AddPathsToCensor(ECensorPathMode censorPathMode) in AddPathsToCensor() argument601 AddItem(censorPathMode, cp.Include, cp.Path, cp.Recursive, cp.WildcardMatching); in AddPathsToCensor()