Searched refs:protoRoot (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/internal/cmd/generate-protos/ |
D | main.go | 68 protoRoot string var 84 …flag.StringVar(&protoRoot, "protoroot", os.Getenv("PROTOBUF_ROOT"), "The root of the protobuf sour… 86 if protoRoot == "" { 140 protoc("-I"+filepath.Join(protoRoot, "src"), "-I"+repoRoot, "--go_out="+opts+":"+tmpDir, relPath) 231 protoc("-I"+filepath.Join(protoRoot, f.prefix), "--go_out="+opts+":"+tmpDir, f.path)
|
/external/golang-protobuf/internal/conformance/ |
D | conformance_test.go | 36 …protoRoot = flag.String("protoroot", os.Getenv("PROTOBUF_ROOT"), "The root of the protobuf source … var 43 binPath := filepath.Join(*protoRoot, "bazel-bin", "conformance", "conformance_test_runner")
|