Searched defs:mvecpszInterfaces (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp82 VECTOR_PTR(char *) mvecpszInterfaces; member in struct:USBDeviceInfo
814 VEC_CLEANUP_PTR(&pSelf->mvecpszInterfaces);
822 VEC_INIT_PTR(&pSelf->mvecpszInterfaces, char *, RTStrFree);
962 if (RT_SUCCESS(VEC_PUSH_BACK_PTR(&pInfo->mvecpszInterfaces,
1332 VEC_FOR_EACH(&pInfo->mvecpszInterfaces, char *, ppszIf)

Completed in 48 milliseconds