OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auxBuf
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jdwp/
jdwp_socket.cc
277
char
auxBuf
[128];
279
int cc = gethostbyname_r(options->host.c_str(), &he,
auxBuf
, sizeof(
auxBuf
), &pEntry, &error);
/dalvik/vm/jdwp/
JdwpSocket.cpp
413
char
auxBuf
[128];
414
int cc = gethostbyname_r(state->params.host, &he,
auxBuf
, sizeof(
auxBuf
),
Completed in 597 milliseconds