HomeSort by relevance Sort by last modified time
    Searched defs:kJdwpControlName (Results 1 - 2 of 2) sorted by null

  /art/adbconnection/
adbconnection.h 36 static constexpr char kJdwpControlName[] = "\0jdwp-control";
  /art/runtime/jdwp/
jdwp_adb.cc 49 static constexpr char kJdwpControlName[] = "\0jdwp-control";
50 static constexpr size_t kJdwpControlNameLen = sizeof(kJdwpControlName) - 1;
76 memcpy(control_addr_.controlAddrUn.sun_path, kJdwpControlName, kJdwpControlNameLen);

Completed in 85 milliseconds