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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp376 RTLISTANCHOR inputList; local
377 RTListInit(&inputList);
428 rc = VBoxServiceToolboxPathBufAddPathEntry(&inputList, ValueUnion.psz);
452 RTListForEach(&inputList, pNodeIt, VBOXSERVICETOOLBOXPATHENTRY, Node)
476 if (RTListNodeIsFirst(&inputList, &inputList))
483 VBoxServiceToolboxPathBufDestroy(&inputList);

Completed in 65 milliseconds