Home
last modified time | relevance | path

Searched refs:VbGetSystemPropertyInt (Results 1 – 7 of 7) sorted by relevance

/external/vboot_reference/utility/
Dcrossystem.c200 int v = VbGetSystemPropertyInt(p->name); in CheckParam()
221 int v = VbGetSystemPropertyInt(p->name); in PrintParam()
246 result = VbGetSystemPropertyInt(p->name); in PrintAllParams()
/external/vboot_reference/rust/vboot_reference-sys/
Dcrossystem.h22 int VbGetSystemPropertyInt(const char *name);
/external/vboot_reference/host/include/
Dcrossystem.h22 int VbGetSystemPropertyInt(const char *name);
/external/vboot_reference/futility/
Dupdater_dut.c71 return VbGetSystemPropertyInt(key); in dut_get_property_int()
/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c502 return VbGetSystemPropertyInt("devsw_boot"); in VbGetArchPropertyInt()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c950 value = VbGetSystemPropertyInt("devsw_boot"); in VbGetArchPropertyInt()
/external/vboot_reference/host/lib/
Dcrossystem.c442 int VbGetSystemPropertyInt(const char *name) in VbGetSystemPropertyInt() function