Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/host/arch/stub/lib/
H A Dcrossystem_arch.c28 int VbGetArchPropertyInt(const char* name) in VbGetArchPropertyInt() function
/aosp_15_r20/external/vboot_reference/host/lib/include/
H A Dcrossystem_arch.h76 int VbGetArchPropertyInt(const char* name);
/aosp_15_r20/external/vboot_reference/host/arch/arm/lib/
H A Dcrossystem_arch.c497 int VbGetArchPropertyInt(const char* name) in VbGetArchPropertyInt() function
/aosp_15_r20/external/vboot_reference/host/arch/x86/lib/
H A Dcrossystem_arch.c942 int VbGetArchPropertyInt(const char* name) in VbGetArchPropertyInt() function
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dcrossystem.c444 value = VbGetArchPropertyInt(name); in VbGetSystemPropertyInt()