HomeSort by relevance Sort by last modified time
    Searched refs:TRUNKS_RC_READ_ERROR (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
error_codes.h 40 const TPM_RC TRUNKS_RC_READ_ERROR = kTrunksErrorBase + 3;
tpm_handle.cc 91 return TRUNKS_RC_READ_ERROR;
error_codes.cc 137 case trunks::TRUNKS_RC_READ_ERROR: return "TRUNKS_RC_READ_ERROR";

Completed in 134 milliseconds