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

  /external/vboot_reference/host/include/
crossystem.h 22 int VbGetSystemPropertyInt(const char* name);
  /external/vboot_reference/host/linktest/
extern.c 23 VbGetSystemPropertyInt(0);
  /external/vboot_reference/utility/
crossystem.c 172 int v = VbGetSystemPropertyInt(p->name);
193 int v = VbGetSystemPropertyInt(p->name);
218 int v = VbGetSystemPropertyInt(p->name);
  /system/update_engine/
hardware_chromeos.cc 95 return VbGetSystemPropertyInt("debug_build") == 0;
99 bool dev_mode = VbGetSystemPropertyInt("devsw_boot") != 0;
  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 525 int flags = VbGetSystemPropertyInt("vdat_flags");
527 return VbGetSystemPropertyInt("devsw_boot");
  /external/vboot_reference/host/lib/
crossystem.c 202 if (1 == VbGetSystemPropertyInt("devsw_boot"))
446 int VbGetSystemPropertyInt(const char* name) {
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 739 int flags = VbGetSystemPropertyInt("vdat_flags");
741 value = VbGetSystemPropertyInt("devsw_boot");

Completed in 390 milliseconds