Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtask.cpp29 FlashTask::FlashTask(const std::string& _slot, const std::string& _pname, const std::string& _fname, in FlashTask() argument
31 : pname_(_pname), fname_(_fname), slot_(_slot), apply_vbmeta_(apply_vbmeta) {} in FlashTask()
/system/keymint/common/src/crypto/
Dtraits.rs665 _slot: keyblob::SecureDeletionSlot, in get_secret()
669 fn delete_secret(&mut self, _slot: keyblob::SecureDeletionSlot) -> Result<(), Error> { in delete_secret()
/system/keymint/common/src/
Dkeyblob.rs403 (Some(_slot), None) => { in decrypt()