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

  /system/core/adb/sysdeps/
errno.h 23 char* adb_strerror(int err);
24 #define strerror adb_strerror
  /system/core/adb/sysdeps/win32/
errno_test.cpp 25 const char* result = adb_strerror(err);
31 TEST(sysdeps_win32, adb_strerror) {
33 // code that is not used by the internal implementation of adb_strerror().
35 // adb_strerror() uses -1 internally, so test that it can still be passed
43 std::string success = adb_strerror(0);
49 // adb_strerror() returns.
errno.cpp 25 char* adb_strerror(int err) { function
26 // sysdeps.h defines strerror to adb_strerror, but in this function, we

Completed in 65 milliseconds