Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/legacykeystore/
DILegacyKeystore.aidl45 const int ERROR_SYSTEM_ERROR = 4; field
/system/security/keystore2/legacykeystore/
Dlib.rs20 ILegacyKeystore::ERROR_SYSTEM_ERROR, ILegacyKeystore::UID_SELF,
187 Error::Error(ERROR_SYSTEM_ERROR) in sys()
224 Some(Error::Binder(_, _)) | None => (ERROR_SYSTEM_ERROR, true), in map_or_log_err()