Home
last modified time | relevance | path

Searched refs:PLUGIN_CHECK_CMD (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/examples/cpp/route_guide/
DMakefile62 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN) macro
67 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile73 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN) macro
78 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)