Searched refs:Notify (Results 1 – 11 of 11) sorted by relevance
| /system/ulib/fs/ |
| A D | pseudo-dir.cpp | 46 void PseudoDir::Notify(fbl::StringPiece name, unsigned event) { in Notify() function in fs::PseudoDir 47 watcher_.Notify(name, event); in Notify() 102 Notify(name.ToStringPiece(), fuchsia_io_WATCH_EVENT_ADDED); in AddEntry() 117 Notify(name, fuchsia_io_WATCH_EVENT_REMOVED); in RemoveEntry() 128 Notify(entry.name().ToStringPiece(), fuchsia_io_WATCH_EVENT_REMOVED); in RemoveAllEntries()
|
| A D | vfs.cpp | 171 vndir->Notify(path, fuchsia_io_WATCH_EVENT_ADDED); in OpenLocked() 238 vndir->Notify(path, fuchsia_io_WATCH_EVENT_REMOVED); in Unlink() 344 oldparent->Notify(oldStr, fuchsia_io_WATCH_EVENT_REMOVED); in Rename() 345 newparent->Notify(newStr, fuchsia_io_WATCH_EVENT_ADDED); in Rename() 395 newparent->Notify(newStr, fuchsia_io_WATCH_EVENT_ADDED); in Link()
|
| A D | watcher.cpp | 138 void WatcherContainer::Notify(fbl::StringPiece name, unsigned event) { in Notify() function in fs::WatcherContainer
|
| A D | vnode.cpp | 35 void Vnode::Notify(fbl::StringPiece name, unsigned event) {} in Notify() function in fs::Vnode
|
| /system/ulib/fs/include/fs/ |
| A D | watcher.h | 32 void Notify(fbl::StringPiece name, unsigned event);
|
| A D | pseudo-dir.h | 62 void Notify(fbl::StringPiece name, unsigned event) final;
|
| A D | vnode.h | 184 virtual void Notify(fbl::StringPiece name, unsigned event);
|
| /system/ulib/memfs/ |
| A D | directory.cpp | 45 void VnodeDir::Notify(fbl::StringPiece name, unsigned event) { watcher_.Notify(name, event); } in Notify() function in memfs::VnodeDir
|
| /system/ulib/memfs/include/lib/memfs/cpp/ |
| A D | vnode.h | 123 void Notify(fbl::StringPiece name, unsigned event) final;
|
| /system/ulib/minfs/ |
| A D | minfs-private.h | 661 void Notify(fbl::StringPiece name, unsigned event) final;
|
| A D | vnode.cpp | 1567 void VnodeMinfs::Notify(fbl::StringPiece name, unsigned event) { watcher_.Notify(name, event); } in Notify() function in minfs::VnodeMinfs
|
Completed in 25 milliseconds