Home
last modified time | relevance | path

Searched defs:JdwpOptions (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp.h105 struct JdwpOptions { struct
113 bool operator==(const JdwpOptions& lhs, const JdwpOptions& rhs); argument
Djdwp_adb.cc123 bool InitAdbTransport(JdwpState* state, const JdwpOptions*) { in InitAdbTransport()