Home
last modified time | relevance | path

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

/aosp12/system/security/identity/
H A DUtil.cpp38 Status halStatusToError(const Status& halStatus, int credStoreError) { in halStatusToError() argument
43 return Status::fromServiceSpecificError(credStoreError, message.c_str()); in halStatusToError()
H A DUtil.h40 Status halStatusToError(const Status& halStatus, int credStoreError);