Searched defs:AddPreItem (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Common/
H A DWildcard.h135 void AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching);
136 void AddPreItem(const UString &path) function in class:NWildcard::CCensor
138 AddPreItem(true, path, false, false);
142 AddPreItem(true, L"*", false, true);
H A DWildcard.cpp673 void CCensor::AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching) function in class:NWildcard::CCensor

Completed in 193 milliseconds