OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VbSetSystemPropertyInt
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/host/include/
crossystem.h
38
int
VbSetSystemPropertyInt
(const char* name, int value);
/external/vboot_reference/host/linktest/
extern.c
25
VbSetSystemPropertyInt
(0, 0);
/external/vboot_reference/utility/
crossystem.c
155
return (0 ==
VbSetSystemPropertyInt
(p->name, i) ? 0 : 1);
/external/vboot_reference/host/lib/
crossystem.c
582
int
VbSetSystemPropertyInt
(const char* name, int value) {
Completed in 635 milliseconds