Searched refs:try_clone (Results 1 – 3 of 3) sorted by relevance
38 ParcelFileDescriptor::new(fd.as_ref().try_clone().unwrap()) in dup_fd()
217 pub fn try_clone(&self) -> Result<Password<'static>, Error> { in try_clone() method
356 let pw = pw.try_clone().context("In with_try_migrate_super_key: Cloning password.")?; in with_try_migrate_super_key()