Home
last modified time | relevance | path

Searched refs:SystemErrorCodeToString (Results 1 – 6 of 6) sorted by relevance

/system/libbase/
Derrors_test.cpp28 SystemErrorCodeToString(-1); in TEST()
29 SystemErrorCodeToString(0); in TEST()
30 SystemErrorCodeToString(1); in TEST()
Derrors_unix.cpp25 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
Derrors_windows.cpp36 std::string SystemErrorCodeToString(int int_error_code) { in SystemErrorCodeToString() function
/system/libbase/include/android-base/
Derrors.h40 std::string SystemErrorCodeToString(int error_code);
/system/core/fastboot/
Dfs.cpp68 android::base::SystemErrorCodeToString(GetLastError()).c_str()); in exec_cmd()
Dsocket.cpp291 return android::base::SystemErrorCodeToString(error_code); in GetErrorMessage()