Searched refs:_EntryCreated (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.h46 bool _EntryCreated(const BMessage* message);
H A DVirtualDirectoryPoseView.cpp172 return _EntryCreated(message);
190 VirtualDirectoryPoseView::_EntryCreated(const BMessage* message) function in class:BPrivate::VirtualDirectoryPoseView
/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h77 void _EntryCreated(add_on_entry_info& info);
/haiku/src/kits/storage/
H A DPathMonitor.cpp558 void _EntryCreated(BMessage* message);
563 bool _EntryCreated(const NotOwningEntryRef& entryRef,
896 _EntryCreated(message);
1038 PathHandler::_EntryCreated(BMessage* message) function in class:__anon3::PathHandler
1074 TRACE("%p->PathHandler::_EntryCreated(): entry: %" B_PRIdDEV ":%" B_PRIdINO
1085 _EntryCreated(entryRef, nodeRef, S_ISDIR(st.st_mode), false, true, NULL);
1161 // Check whether _EntryRemoved()/_EntryCreated() can handle the
1168 || _EntryCreated(toEntryRef, nodeRef, isDirectory, true,
1171 // _EntryRemoved() and _EntryCreated() and only handle the
1184 _EntryCreated(toEntryRe
1375 PathHandler::_EntryCreated(const NotOwningEntryRef& entryRef, function in class:__anon3::PathHandler
[all...]
H A DAddOnMonitorHandler.cpp410 _EntryCreated(info);
547 _EntryCreated(info);
553 AddOnMonitorHandler::_EntryCreated(add_on_entry_info& info) function in class:AddOnMonitorHandler
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h93 void _EntryCreated(EntryCreatedEvent* event);
H A DClientConnection.h148 status_t _EntryCreated(ClientVolume* volume,
H A DVolumeManager.cpp1057 // _EntryCreated
1059 VolumeManager::_EntryCreated(EntryCreatedEvent* event) function in class:VolumeManager
1655 _EntryCreated(event);
1756 _EntryCreated(dynamic_cast<EntryCreatedEvent*>(event));
H A DClientConnection.cpp2930 error = _EntryCreated(volume,
2974 // _EntryCreated
2976 ClientConnection::_EntryCreated(ClientVolume* volume, EntryCreatedEvent* event, function in class:ClientConnection
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h205 void _EntryCreated(NodeID remoteDirID,
H A DShareVolume.cpp2190 _EntryCreated(request->directoryID, name,
2552 _EntryCreated(directory->GetRemoteID(), name, &entryInfo,
2815 // _EntryCreated
2817 ShareVolume::_EntryCreated(NodeID remoteDirID, const char* name, function in class:ShareVolume
2883 _EntryCreated(remoteNewDirID, name, entryInfo, revision);

Completed in 120 milliseconds