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

/vbox/src/VBox/Main/src-client/
H A DNvram.cpp211 static const char *s_apszValueNames[] = { "Name", "Uuid", "Value", "Attribs" }; local
212 for (unsigned i = 0; i < RT_ELEMENTS(s_apszValueNames); i++)
214 Assert(strlen(s_apszValueNames[i]) < 16);
215 strcpy(szExtraName + offValue, s_apszValueNames[i]);

Completed in 43 milliseconds