Searched refs:BlockedPath (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/system/boot/loader/
H A Dmenu.cpp549 bool GetPath(BlockedPath& _path) const
564 BlockedPath path;
600 BlockedPath path;
1546 BlockedPath* path = it.Next();) {
1560 BlockedPath* path = it.Next();) {
H A DPathBlocklist.cpp14 // #pragma mark - BlockedPath
17 BlockedPath::BlockedPath() function in class:BlockedPath
26 BlockedPath::~BlockedPath()
33 BlockedPath::SetTo(const char* path)
52 BlockedPath::Append(const char* component)
73 BlockedPath::_Resize(size_t length, bool keepData)
129 BlockedPath* blockedPath = _FindPath(path);
133 blockedPath = new(std::nothrow) BlockedPath;
[all...]
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp895 BlockedPath* path = it.Next();) {
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h14 class BlockedPath : public SinglyLinkedListLinkImpl<BlockedPath> { class in inherits:SinglyLinkedListLinkImpl
16 BlockedPath();
17 ~BlockedPath();
44 typedef SinglyLinkedList<BlockedPath>::Iterator Iterator;
62 BlockedPath* _FindPath(const char* path) const;
65 typedef SinglyLinkedList<BlockedPath> PathList;

Completed in 46 milliseconds