Searched refs:check_loop (Results 1 – 1 of 1) sorted by relevance
942 self.check_loop(dent.path())?; in follow()947 fn check_loop<P: AsRef<Path>>(&self, child: P) -> Result<()> { in check_loop() method