Home
last modified time | relevance | path

Searched defs:compile_import_proto (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/tests/metrics/
Dlogger_test.py78 def test_compile_proto_relative_path(self, getfile, compile_import_proto): argument
90 def test_compile_proto_absolute_path(self, getfile, compile_import_proto): argument
104 compile_import_proto): argument
/tools/test/connectivity/acts/framework/acts/libs/proto/
Dproto_utils.py70 def compile_import_proto(output_dir, proto_path): function