Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/facade_proto/
H A Dbuild.rs48 let grpc_out_dir = out_dir.join("grpc_out"); in main() localVariable
56 match fs::create_dir(grpc_out_dir.as_os_str().to_str().unwrap()) { in main()
102 &grpc_out_dir, in main()
108 gen_mod_rs(grpc_out_dir, &grpc_proto_input_files, true); in main()