Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 11 of 11) sorted by relevance

/system/ulib/fs/
A Dpseudo-dir.cpp46 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 Dvfs.cpp171 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 Dwatcher.cpp138 void WatcherContainer::Notify(fbl::StringPiece name, unsigned event) { in Notify() function in fs::WatcherContainer
A Dvnode.cpp35 void Vnode::Notify(fbl::StringPiece name, unsigned event) {} in Notify() function in fs::Vnode
/system/ulib/fs/include/fs/
A Dwatcher.h32 void Notify(fbl::StringPiece name, unsigned event);
A Dpseudo-dir.h62 void Notify(fbl::StringPiece name, unsigned event) final;
A Dvnode.h184 virtual void Notify(fbl::StringPiece name, unsigned event);
/system/ulib/memfs/
A Ddirectory.cpp45 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 Dvnode.h123 void Notify(fbl::StringPiece name, unsigned event) final;
/system/ulib/minfs/
A Dminfs-private.h661 void Notify(fbl::StringPiece name, unsigned event) final;
A Dvnode.cpp1567 void VnodeMinfs::Notify(fbl::StringPiece name, unsigned event) { watcher_.Notify(name, event); } in Notify() function in minfs::VnodeMinfs

Completed in 25 milliseconds