Searched refs:ReadProtocolString (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | adb_io.h | 37 bool ReadProtocolString(int fd, std::string* s, std::string* error);
|
D | adb_io.cpp | 50 bool ReadProtocolString(int fd, std::string* s, std::string* error) { in ReadProtocolString() function
|
/system/core/adb/client/ |
D | adb_client.cpp | 148 ReadProtocolString(fd, error, error); in adb_status() 261 if (!ReadProtocolString(fd, &version_string, error)) { in __adb_check_server_version() 375 if (!ReadProtocolString(fd.get(), result, error)) { in adb_query()
|
D | commandline.cpp | 1778 if (ReadProtocolString(fd, &resolved_port, &error_message) && !resolved_port.empty()) { in adb_commandline()
|
/system/core/adb/daemon/ |
D | abb.cpp | 83 if (!ReadProtocolString(fd, &data, &error)) { in main()
|