Searched defs:error_code (Results 1 – 6 of 6) sorted by relevance
42 static FiemapStatus FromErrorCode(int32_t error_code) { in FromErrorCode()52 ErrorCode error_code() const { return error_code_; } in error_code() function
31 FiemapStatus::ErrorCode FiemapStatus::CastErrorCode(int error_code) { in CastErrorCode()
34 Return::ErrorCode Return::FromFiemapStatusErrorCode(FiemapStatus::ErrorCode error_code) { in FromFiemapStatusErrorCode()
48 protected KeystoreResponse(int error_code, String error_msg) { in KeystoreResponse()
35 ErrorCode error_code() const { return error_code_; } in error_code() function
291 DWORD error_code = WSAGetLastError(); in GetErrorMessage() local