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

  /external/wpa_supplicant/
Makefile 669 DBUS_VERSION_MINOR=$(word 2,$(dbus_version))
673 ifeq ($(DBUS_VERSION_MINOR),)
674 DBUS_VERSION_MINOR=0
677 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
ctrl_iface_dbus.c 33 #define _DBUS_VERSION (DBUS_VERSION_MAJOR << 8 | DBUS_VERSION_MINOR)
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 921 DBUS_VERSION_MINOR=$(word 2,$(dbus_version))
925 ifeq ($(DBUS_VERSION_MINOR),)
926 DBUS_VERSION_MINOR=0
929 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
Makefile 898 DBUS_VERSION_MINOR=$(word 2,$(dbus_version))
902 ifeq ($(DBUS_VERSION_MINOR),)
903 DBUS_VERSION_MINOR=0
906 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
ctrl_iface_dbus.c 25 #define _DBUS_VERSION (DBUS_VERSION_MAJOR << 8 | DBUS_VERSION_MINOR)
    [all...]

Completed in 54 milliseconds