OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_strerror
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
sysdeps_win32_test.cpp
75
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.
sysdeps.h
400
char*
adb_strerror
(int err);
401
#define strerror
adb_strerror
sysdeps_win32.cpp
541
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.
[
all
...]
Completed in 132 milliseconds