OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VbSetSystemPropertyString
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/host/include/
crossystem.h
46
int
VbSetSystemPropertyString
(const char* name, const char* value);
/external/vboot_reference/utility/
crossystem.c
149
return (0 ==
VbSetSystemPropertyString
(p->name, value) ? 0 : 1);
/external/vboot_reference/host/lib/
crossystem.c
643
int
VbSetSystemPropertyString
(const char* name, const char* value) {
Completed in 5183 milliseconds