Searched refs:BlockedPath (Results 1 – 4 of 4) sorted by relevance
17 BlockedPath::BlockedPath() in BlockedPath() function in BlockedPath26 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*[all …]
549 bool GetPath(BlockedPath& _path) const in GetPath()564 BlockedPath path; in UpdateBlocked()600 BlockedPath path; in _SetMarked()1561 BlockedPath* path = it.Next();) { in apply_safe_mode_path_blocklist()
14 class BlockedPath : public SinglyLinkedListLinkImpl<BlockedPath> {16 BlockedPath();17 ~BlockedPath();44 typedef SinglyLinkedList<BlockedPath>::ConstIterator Iterator;62 BlockedPath* _FindPath(const char* path) const;65 typedef SinglyLinkedList<BlockedPath> PathList;
895 BlockedPath* path = it.Next();) { in packagefs_apply_path_blocklist()