OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kJdwpControlNameLen
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jdwp/
jdwp_adb.cc
49
#define
kJdwpControlNameLen
(sizeof(kJdwpControlName)-1)
62
control_addr_len_ = sizeof(control_addr_.controlAddrUn.sun_family) +
kJdwpControlNameLen
;
63
memcpy(control_addr_.controlAddrUn.sun_path, kJdwpControlName,
kJdwpControlNameLen
);
/dalvik/vm/jdwp/
JdwpAdb.cpp
48
#define
kJdwpControlNameLen
(sizeof(kJdwpControlName)-1)
77
kJdwpControlNameLen
;
79
kJdwpControlNameLen
);
Completed in 198 milliseconds