Home
last modified time | relevance | path

Searched refs:BlockedPath (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/boot/loader/
H A DPathBlocklist.cpp17 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*
[all …]
H A Dmenu.cpp549 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()
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h14 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;
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp895 BlockedPath* path = it.Next();) { in packagefs_apply_path_blocklist()