Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/cpp/route_guide/
DMakefile33 GRPC_CPP_PLUGIN_PATH ?= `which $(GRPC_CPP_PLUGIN)` macro
48 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $<
/external/grpc-grpc/examples/cpp/helloworld/
DMakefile33 GRPC_CPP_PLUGIN_PATH ?= `which $(GRPC_CPP_PLUGIN)` macro
58 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $<