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

  /system/core/adb/
adb_io.h 34 bool ReadProtocolString(int fd, std::string* s, std::string* error);
adb_client.cpp 134 ReadProtocolString(fd, error, error);
223 if (!ReadProtocolString(fd, &version_string, error)) {
297 if (!ReadProtocolString(fd, result, error)) {
adb_io.cpp 44 bool ReadProtocolString(int fd, std::string* s, std::string* error) {
commandline.cpp     [all...]

Completed in 283 milliseconds