OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAS_PLUGIN
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/examples/cpp/route_guide/
Makefile
67
HAS_PLUGIN
= $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
71
ifeq ($(
HAS_PLUGIN
),true)
92
ifneq ($(
HAS_PLUGIN
),true)
/external/grpc-grpc/examples/cpp/helloworld/
Makefile
78
HAS_PLUGIN
= $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
82
ifeq ($(
HAS_PLUGIN
),true)
103
ifneq ($(
HAS_PLUGIN
),true)
Completed in 233 milliseconds