Home
last modified time | relevance | path

Searched refs:ReadFileBit (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c751 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/
Dcrossystem_arch.c751 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/
Dhost_misc.h39 int ReadFileBit(const char* filename, int bitmask);
/external/vboot_reference/host/lib/
Dhost_misc.c92 int ReadFileBit(const char* filename, int bitmask) { in ReadFileBit() function