Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_status.h42 static FiemapStatus FromErrorCode(int32_t error_code) { in FromErrorCode()
52 ErrorCode error_code() const { return error_code_; } in error_code() function
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_status.cpp31 FiemapStatus::ErrorCode FiemapStatus::CastErrorCode(int error_code) { in CastErrorCode()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dreturn.cpp34 Return::ErrorCode Return::FromFiemapStatusErrorCode(FiemapStatus::ErrorCode error_code) { in FromFiemapStatusErrorCode()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeystoreResponse.java48 protected KeystoreResponse(int error_code, String error_msg) { in KeystoreResponse()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dreturn.h35 ErrorCode error_code() const { return error_code_; } in error_code() function
/aosp14/system/core/fastboot/
H A Dsocket.cpp291 DWORD error_code = WSAGetLastError(); in GetErrorMessage() local