OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intr_name
(Results
1 - 1
of
1
) sorted by null
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
189
char
intr_name
[4096];
190
unsigned long intr_name_size = sizeof(
intr_name
);
191
if (AdbGetInterfaceName(interface_handle,
intr_name
, &intr_name_size, true)) {
192
printf("\n+++ Interface name %s",
intr_name
);
188
char
intr_name
[4096];
local
Completed in 239 milliseconds