Home
last modified time | relevance | path

Searched refs:VbGetSystemPropertyString (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/utility/
Dcrossystem.c166 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/
Dcrossystem.h32 const char* VbGetSystemPropertyString(const char* name, char* dest,
/external/vboot_reference/host/linktest/
Dextern.c24 VbGetSystemPropertyString(0, 0, 0); in main()
/external/vboot_reference/host/lib/
Dcrossystem.c77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid))) in FwidStartsWith()
531 const char* VbGetSystemPropertyString(const char* name, char* dest, in VbGetSystemPropertyString() function