Searched refs:VbGetSystemPropertyString (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/utility/ |
D | crossystem.c | 166 const char* v = VbGetSystemPropertyString(p->name, buf, sizeof(buf)); in CheckParam() 188 const char* v = VbGetSystemPropertyString(p->name, buf, sizeof(buf)); in PrintParam() 216 value = VbGetSystemPropertyString(p->name, buf, sizeof(buf)); in PrintAllParams()
|
/external/vboot_reference/host/include/ |
D | crossystem.h | 32 const char* VbGetSystemPropertyString(const char* name, char* dest,
|
/external/vboot_reference/host/linktest/ |
D | extern.c | 24 VbGetSystemPropertyString(0, 0, 0); in main()
|
/external/vboot_reference/host/lib/ |
D | crossystem.c | 77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid))) in FwidStartsWith() 531 const char* VbGetSystemPropertyString(const char* name, char* dest, in VbGetSystemPropertyString() function
|