Home
last modified time | relevance | path

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

/third_party/grpc/examples/cpp/compression/
DMakefile64 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN) macro
69 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
/third_party/grpc/examples/cpp/route_guide/
DMakefile64 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN) macro
69 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
/third_party/grpc/examples/cpp/metadata/
DMakefile52 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN) macro
57 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
/third_party/grpc/examples/cpp/load_balancing/
DMakefile64 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN) macro
69 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)
/third_party/grpc/examples/cpp/helloworld/
DMakefile75 PLUGIN_CHECK_CMD = which $(GRPC_CPP_PLUGIN) macro
80 HAS_PLUGIN = $(shell $(PLUGIN_CHECK_CMD) > /dev/null && echo true || echo false)