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

/vbox/include/VBox/HostServices/
H A DGuestPropertySvc.h79 DECLINLINE(const char *) flagName(uint32_t fFlag) function in namespace:guestProp
100 * Get the length of a flag name as returned by flagName.
107 const char *pcszName = flagName(fFlag);
147 if (RTStrNICmp(pcszNext, flagName(s_aFlagList[i]),
201 strcpy(pszNext, flagName(s_aFlagList[i]));

Completed in 34 milliseconds