Searched refs:VbSetSystemPropertyString (Results 1 – 3 of 3) sorted by relevance
46 int VbSetSystemPropertyString(const char* name, const char* value);
149 return (0 == VbSetSystemPropertyString(p->name, value) ? 0 : 1); in SetParam()
643 int VbSetSystemPropertyString(const char* name, const char* value) { in VbSetSystemPropertyString() function