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

  /system/tpm/trunks/
tpm_handle.cc 80 return TRUNKS_RC_WRITE_ERROR;
85 return TRUNKS_RC_WRITE_ERROR;
error_codes.h 41 const TPM_RC TRUNKS_RC_WRITE_ERROR = kTrunksErrorBase + 4;
error_codes.cc 237 case trunks::TRUNKS_RC_WRITE_ERROR:
238 return "TRUNKS_RC_WRITE_ERROR";

Completed in 858 milliseconds