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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1532 const char *s_pcszTestUsbfsRoot; variable
1554 s_pcszTestUsbfsRoot = pcszUsbfsRoot;
1579 && !RTStrCmp(pcszPath, s_pcszTestUsbfsRoot)))
1583 || !RTStrCmp(pcszDir, s_pcszTestUsbfsRoot)))
1586 && s_pcszTestUsbfsRoot \
1587 && !RTStrNCmp(pcszFile, s_pcszTestUsbfsRoot, strlen(s_pcszTestUsbfsRoot)) \
1588 && !RTStrCmp(pcszFile + strlen(s_pcszTestUsbfsRoot), "/devices"))

Completed in 47 milliseconds