OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perror_str
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
adb_utils.h
46
std::string
perror_str
(const char* msg);
adb_io.cpp
47
*error =
perror_str
("protocol fault (couldn't read status length)");
55
*error =
perror_str
("protocol fault (couldn't read status message)");
adb_client.cpp
102
*error =
perror_str
("write failure during connection");
120
*error =
perror_str
("protocol fault (couldn't read status)");
159
*error =
perror_str
("write failure during connection");
adb_utils.cpp
187
std::string
perror_str
(const char* msg) {
function
Completed in 1901 milliseconds