Searched refs:rename_impl (Results 1 – 2 of 2) sorted by relevance
163 self.session.rename_impl(from, to, false) in rename()
542 self.rename_impl(from, to, true) in rename()548 fn rename_impl(&mut self, from: &str, to: &str, complete: bool) -> Result<(), Error> { in rename_impl() method