OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_BACKEND
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant/
Android.mk
74
ifndef
CONFIG_BACKEND
75
CONFIG_BACKEND
=file
78
ifeq ($(
CONFIG_BACKEND
), file)
83
ifeq ($(
CONFIG_BACKEND
), winreg)
87
ifeq ($(
CONFIG_BACKEND
), none)
407
ifneq ($(
CONFIG_BACKEND
), file)
Makefile
73
ifndef
CONFIG_BACKEND
74
CONFIG_BACKEND
=file
77
ifeq ($(
CONFIG_BACKEND
), file)
82
ifeq ($(
CONFIG_BACKEND
), winreg)
86
ifeq ($(
CONFIG_BACKEND
), none)
489
ifneq ($(
CONFIG_BACKEND
), file)
/external/wpa_supplicant_6/wpa_supplicant/
Android.mk
107
ifndef
CONFIG_BACKEND
108
CONFIG_BACKEND
=file
111
ifeq ($(
CONFIG_BACKEND
), file)
119
ifeq ($(
CONFIG_BACKEND
), winreg)
123
ifeq ($(
CONFIG_BACKEND
), none)
Makefile
90
ifndef
CONFIG_BACKEND
91
CONFIG_BACKEND
=file
94
ifeq ($(
CONFIG_BACKEND
), file)
102
ifeq ($(
CONFIG_BACKEND
), winreg)
106
ifeq ($(
CONFIG_BACKEND
), none)
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
104
ifndef
CONFIG_BACKEND
105
CONFIG_BACKEND
=file
108
ifeq ($(
CONFIG_BACKEND
), file)
116
ifeq ($(
CONFIG_BACKEND
), winreg)
120
ifeq ($(
CONFIG_BACKEND
), none)
[
all
...]
Completed in 29 milliseconds