Home
last modified time | relevance | path

Searched refs:unwatch_inner (Results 1 – 14 of 14) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/notify-5.0.0-pre.13/src/
H A Dpoll.rs268 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
290 self.unwatch_inner(path) in unwatch()
H A Dkqueue.rs353 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
387 self.unwatch_inner(path) in unwatch()
H A Dwindows.rs477 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
507 self.unwatch_inner(path) in unwatch()
H A Dfsevent.rs274 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
537 self.unwatch_inner(path) in unwatch()
H A Dinotify.rs585 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
613 self.unwatch_inner(path) in unwatch()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/notify-5.0.0-pre.10/src/
H A Dpoll.rs265 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
286 self.unwatch_inner(path.as_ref()) in unwatch()
H A Dwindows.rs477 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
507 self.unwatch_inner(path.as_ref()) in unwatch()
H A Dfsevent.rs260 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
553 self.unwatch_inner(path.as_ref()) in unwatch()
H A Dinotify.rs575 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
602 self.unwatch_inner(path.as_ref()) in unwatch()
/dports/lang/rust/rustc-1.58.1-src/vendor/notify/src/
H A Dpoll.rs268 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
290 self.unwatch_inner(path) in unwatch()
H A Dkqueue.rs353 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
387 self.unwatch_inner(path) in unwatch()
H A Dwindows.rs477 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
507 self.unwatch_inner(path) in unwatch()
H A Dfsevent.rs274 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
537 self.unwatch_inner(path) in unwatch()
H A Dinotify.rs585 fn unwatch_inner(&mut self, path: &Path) -> Result<()> { in unwatch_inner() method
613 self.unwatch_inner(path) in unwatch()