Searched refs:grpc_examples_path (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/flatbuffers/scripts/ |
H A D | generate_grpc_examples.py | 20 grpc_examples_path = Path(root_path, "grpc/examples") variable 22 greeter_schema = Path(grpc_examples_path, "greeter.fbs") 27 str(grpc_examples_path), 38 cwd=Path(grpc_examples_path, "go/greeter"), 47 cwd=Path(grpc_examples_path, "python/greeter"), 57 cwd=Path(grpc_examples_path, "swift/Greeter/Sources/Model"), 66 cwd=Path(grpc_examples_path, "ts/greeter/src"),
|