Searched refs:VbSetSystemPropertyInt (Results 1 – 4 of 4) sorted by relevance
38 int VbSetSystemPropertyInt(const char* name, int value);
25 VbSetSystemPropertyInt(0, 0); in main()
155 return (0 == VbSetSystemPropertyInt(p->name, i) ? 0 : 1); in SetParam()
582 int VbSetSystemPropertyInt(const char* name, int value) { in VbSetSystemPropertyInt() function