Searched refs:ReadFileBit (Results 1 – 4 of 4) sorted by relevance
/external/vboot_reference/host/arch/x86_64/lib/ |
D | crossystem_arch.c | 751 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_RECOVERY_EC_BOOT); in VbGetArchPropertyInt() 759 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_DEV_BOOT); in VbGetArchPropertyInt() 761 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_RECOVERY_BOOT); in VbGetArchPropertyInt() 763 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_WP_BOOT); in VbGetArchPropertyInt()
|
/external/vboot_reference/host/arch/x86/lib/ |
D | crossystem_arch.c | 751 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_RECOVERY_EC_BOOT); in VbGetArchPropertyInt() 759 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_DEV_BOOT); in VbGetArchPropertyInt() 761 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_RECOVERY_BOOT); in VbGetArchPropertyInt() 763 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_WP_BOOT); in VbGetArchPropertyInt()
|
/external/vboot_reference/host/lib/include/ |
D | host_misc.h | 39 int ReadFileBit(const char* filename, int bitmask);
|
/external/vboot_reference/host/lib/ |
D | host_misc.c | 92 int ReadFileBit(const char* filename, int bitmask) { in ReadFileBit() function
|