Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Doperation.rs806 fn with_locked_operation<T, F>(&self, f: F, delete_op: bool) -> Result<T> in with_locked_operation()
810 let mut delete_op: bool = delete_op; in with_locked_operation() localVariable
818 delete_op = true; in with_locked_operation()
826 if delete_op { in with_locked_operation()