HomeSort by relevance Sort by last modified time
    Searched refs:ReadFileBit (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/host/lib/include/
host_misc.h 39 int ReadFileBit(const char* filename, int bitmask);
  /external/vboot_reference/host/lib/
host_misc.c 92 int ReadFileBit(const char* filename, int bitmask) {
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 751 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_RECOVERY_EC_BOOT);
759 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_DEV_BOOT);
761 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_RECOVERY_BOOT);
763 value = ReadFileBit(ACPI_CHSW_PATH, CHSW_WP_BOOT);

Completed in 121 milliseconds