Home
last modified time | relevance | path

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

/external/autotest/client/deps/policy_protos/
Dpolicy_protos.py35 proto_paths = [os.path.join(sysroot, p) for p in PROTO_PATHS]
36 cmd = ['protoc', '--python_out=' + top_dir] + include_args + proto_paths
/external/perfetto/tools/
Dgn_utils.py311 self.proto_paths = set()
402 target.proto_paths.update(self.get_proto_paths(proto_desc))
443 target.proto_paths.update(dep.proto_paths)
470 proto_paths = []
475 proto_paths.append(re.sub('^../../', '//', args[i + 1]))
476 return proto_paths
Dgen_merged_protos72 def merge_protos_content(proto_paths): argument
75 for proto in proto_paths:
Dgen_bazel288 if buildtools_protobuf_src in target.proto_paths:
Dgen_android_bp640 if buildtools_protobuf_src in target.proto_paths:
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dpython_protos.py42 proto_paths: List[Path] = [Path(f).resolve() for f in proto_files]
45 for path in proto_paths:
55 *proto_paths,