Lines Matching refs:BlockedPath
17 BlockedPath::BlockedPath() in BlockedPath() function in BlockedPath
26 BlockedPath::~BlockedPath() in ~BlockedPath()
33 BlockedPath::SetTo(const char* path) in SetTo()
52 BlockedPath::Append(const char* component) in Append()
73 BlockedPath::_Resize(size_t length, bool keepData) in _Resize()
129 BlockedPath* blockedPath = _FindPath(path); in Add()
133 blockedPath = new(std::nothrow) BlockedPath; in Add()
147 BlockedPath* blockedPath = _FindPath(path); in Remove()
165 while (BlockedPath* blockedPath = fPaths.RemoveHead()) in MakeEmpty()
170 BlockedPath*
174 BlockedPath* blockedPath = it.Next(); in _FindPath()