Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/host/lib/
H A Dcrossystem.c90 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 Dcrossystem.c194 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 Dcrossystem.h32 int VbGetSystemPropertyString(const char *name, char *dest,
/aosp_15_r20/external/vboot_reference/host/include/
H A Dcrossystem.h32 int VbGetSystemPropertyString(const char *name, char *dest,
/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater_dut.c52 return VbGetSystemPropertyString(key, dest, size); in dut_get_property_string()