Searched refs:adb_strerror (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32_test.cpp75 const char* result = adb_strerror(err);
81 TEST(sysdeps_win32, adb_strerror) {
83 // code that is not used by the internal implementation of adb_strerror().
85 // adb_strerror() uses -1 internally, so test that it can still be passed
93 std::string success = adb_strerror(0);
99 // adb_strerror() returns.
H A Dsysdeps.h379 char* adb_strerror(int err);
380 #define strerror adb_strerror
H A Dsysdeps_win32.cpp541 char* adb_strerror(int err) { function
542 // sysdeps.h defines strerror to adb_strerror, but in this function, we
627 // are mapped to strings by adb_strerror() above.

Completed in 169 milliseconds