Searched refs:VbGetSystemPropertyString (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | crossystem.c | 90 if (VbGetSystemPropertyString("fwid", fwid, sizeof(fwid)) != 0) in FwidStartsWith() 128 fwtype_ret = VbGetSystemPropertyString("mainfw_type", in CheckFwType() 343 if (VbGetSystemPropertyString("fwid", fwid, sizeof(fwid)) != 0) in FwidMajorVersion() 557 if (VbGetSystemPropertyString("hwid", hwid, in VbGetSystemPropertyInt() 560 int fwtype_ret = VbGetSystemPropertyString( in VbGetSystemPropertyInt() 576 int VbGetSystemPropertyString(const char *name, char *dest, size_t size) in VbGetSystemPropertyString() function
|
/aosp_15_r20/external/vboot_reference/utility/ |
H A D | crossystem.c | 194 const int v = VbGetSystemPropertyString(p->name, buf, sizeof(buf)); in CheckParam() 216 const int v = VbGetSystemPropertyString(p->name, buf, sizeof(buf)); in PrintParam() 244 result = VbGetSystemPropertyString(p->name, buf, sizeof(buf)); in PrintAllParams()
|
/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/ |
H A D | crossystem.h | 32 int VbGetSystemPropertyString(const char *name, char *dest,
|
/aosp_15_r20/external/vboot_reference/host/include/ |
H A D | crossystem.h | 32 int VbGetSystemPropertyString(const char *name, char *dest,
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_dut.c | 52 return VbGetSystemPropertyString(key, dest, size); in dut_get_property_string()
|