Home
last modified time | relevance | path

Searched refs:try_clone (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_service.rs38 ParcelFileDescriptor::new(fd.as_ref().try_clone().unwrap()) in dup_fd()
/system/security/keystore2/src/crypto/
Dlib.rs217 pub fn try_clone(&self) -> Result<Password<'static>, Error> { in try_clone() method
/system/security/keystore2/src/
Dlegacy_migrator.rs356 let pw = pw.try_clone().context("In with_try_migrate_super_key: Cloning password.")?; in with_try_migrate_super_key()