Symbol: PathHandler
src/kits/storage/PathMonitor.cpp
1012
PathHandler::_StopWatchingAncestors(Ancestor* ancestor, bool notify)
src/kits/storage/PathMonitor.cpp
1038
PathHandler::_EntryCreated(BMessage* message)
src/kits/storage/PathMonitor.cpp
1090
PathHandler::_EntryRemoved(BMessage* message)
src/kits/storage/PathMonitor.cpp
1115
PathHandler::_EntryMoved(BMessage* message)
src/kits/storage/PathMonitor.cpp
1338
PathHandler::_NodeChanged(BMessage* message)
src/kits/storage/PathMonitor.cpp
1375
PathHandler::_EntryCreated(const NotOwningEntryRef& entryRef,
src/kits/storage/PathMonitor.cpp
1505
PathHandler::_EntryRemoved(const NotOwningEntryRef& entryRef,
src/kits/storage/PathMonitor.cpp
1604
PathHandler::_CheckDuplicateEntryNotification(int32 opcode,
src/kits/storage/PathMonitor.cpp
1626
PathHandler::_UnsetDuplicateEntryNotification()
src/kits/storage/PathMonitor.cpp
1636
PathHandler::_GetAncestor(const node_ref& nodeRef) const
src/kits/storage/PathMonitor.cpp
1643
PathHandler::_AddNode(const node_ref& nodeRef, bool isDirectory, bool notify,
src/kits/storage/PathMonitor.cpp
1728
PathHandler::_DeleteNode(Node* node, bool notify)
src/kits/storage/PathMonitor.cpp
1748
PathHandler::_GetNode(const node_ref& nodeRef) const
src/kits/storage/PathMonitor.cpp
1755
PathHandler::_AddEntryIfNeeded(Directory* directory, const char* name,
src/kits/storage/PathMonitor.cpp
1793
PathHandler::_DeleteEntry(Entry* entry, bool notify)
src/kits/storage/PathMonitor.cpp
1801
PathHandler::_DeleteEntryAlreadyRemovedFromParent(Entry* entry, bool notify)
src/kits/storage/PathMonitor.cpp
1815
PathHandler::_NotifyFilesCreatedOrRemoved(Entry* entry, int32 opcode) const
src/kits/storage/PathMonitor.cpp
1829
PathHandler::_NotifyEntryCreatedOrRemoved(Entry* entry, int32 opcode) const
src/kits/storage/PathMonitor.cpp
1839
PathHandler::_NotifyEntryCreatedOrRemoved(const entry_ref& entryRef,
src/kits/storage/PathMonitor.cpp
1871
PathHandler::_NotifyEntryMoved(const entry_ref& fromEntryRef,
src/kits/storage/PathMonitor.cpp
1909
PathHandler::_NotifyTarget(BMessage& message, const char* path) const
src/kits/storage/PathMonitor.cpp
1921
PathHandler::_NodePath(const Node* node) const
src/kits/storage/PathMonitor.cpp
1930
PathHandler::_EntryPath(const Entry* entry) const
src/kits/storage/PathMonitor.cpp
1937
PathHandler::_WatchRecursively() const
src/kits/storage/PathMonitor.cpp
1944
PathHandler::_WatchFilesOnly() const
src/kits/storage/PathMonitor.cpp
1951
PathHandler::_WatchDirectoriesOnly() const
src/kits/storage/PathMonitor.cpp
2002
if (PathHandler* handler = watcher->Lookup(path)) {
src/kits/storage/PathMonitor.cpp
2022
PathHandler* handler = new (std::nothrow) PathHandler(path, flags, target,
src/kits/storage/PathMonitor.cpp
2056
PathHandler* handler = watcher->Lookup(path);
src/kits/storage/PathMonitor.cpp
2085
PathHandler* handler = watcher->Clear(true);
src/kits/storage/PathMonitor.cpp
2087
PathHandler* nextHandler = handler->HashNext();
src/kits/storage/PathMonitor.cpp
536
PathHandler(const char* path, uint32 flags,
src/kits/storage/PathMonitor.cpp
538
virtual ~PathHandler();
src/kits/storage/PathMonitor.cpp
549
PathHandler*& HashNext() { return fHashNext; }
src/kits/storage/PathMonitor.cpp
628
PathHandler* fHashNext;
src/kits/storage/PathMonitor.cpp
638
typedef PathHandler ValueType;
src/kits/storage/PathMonitor.cpp
645
size_t Hash(PathHandler* value) const
src/kits/storage/PathMonitor.cpp
650
bool Compare(const char* key, PathHandler* value) const
src/kits/storage/PathMonitor.cpp
655
PathHandler*& GetLink(PathHandler* value) const
src/kits/storage/PathMonitor.cpp
731
PathHandler::PathHandler(const char* path, uint32 flags,
src/kits/storage/PathMonitor.cpp
851
PathHandler::~PathHandler()
src/kits/storage/PathMonitor.cpp
868
PathHandler::InitCheck() const
src/kits/storage/PathMonitor.cpp
875
PathHandler::Quit()
src/kits/storage/PathMonitor.cpp
885
PathHandler::MessageReceived(BMessage* message)
src/kits/storage/PathMonitor.cpp
924
PathHandler::_CreateAncestors()
src/kits/storage/PathMonitor.cpp
965
PathHandler::_StartWatchingAncestors(Ancestor* startAncestor, bool notify)