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

  /external/vboot_reference/host/lib/include/
host_misc.h 34 int ReadFileInt(const char* filename, unsigned* value);
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 175 if (ReadFileInt(ACPI_VBNV_PATH ".0", &offs) < 0)
177 if (ReadFileInt(ACPI_VBNV_PATH ".1", &blksz) < 0)
196 if (ReadFileInt(ACPI_VBNV_PATH ".0", &offs) < 0)
198 if (ReadFileInt(ACPI_VBNV_PATH ".1", &blksz) < 0)
346 if (ReadFileInt(ACPI_CHNV_PATH, &chnv) < 0)
366 if (ReadFileInt(ACPI_CHNV_PATH, &chnv) < 0)
394 if (ReadFileInt(ACPI_BINF_PATH ".3", &value) == 0) {
410 if (ReadFileInt(ACPI_BINF_PATH ".0", &value) < 0)
441 if (ReadFileInt(ACPI_BINF_PATH ".4", &value) == 0)
445 if (ReadFileInt(ACPI_BINF_PATH ".0", &value) < 0
    [all...]
  /external/vboot_reference/host/lib/
host_misc.c 76 int ReadFileInt(const char* filename, unsigned* value) {
94 if (ReadFileInt(filename, &value) < 0)
  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 80 if (ReadFileInt(filename, &value) < 0)
224 if (ReadFileInt(gpio_name, &value) < 0)
236 if (ReadFileInt(gpio_name, &value) < 0) {
245 if (ReadFileInt(gpio_name, &value) < 0)

Completed in 3634 milliseconds