Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/naming/
Dresolver_component_tests_runner_invoker.cc105 const std::string& records_config_path, in InvokeResolverComponentTestsRunner() argument
113 "--records_config_path=" + records_config_path, in InvokeResolverComponentTestsRunner()
Dresolver_component_tests_runner.py104 '--records_config_path', args.records_config_path]),
/external/grpc-grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include33 argp.add_argument('--records_config_path', default=None, type=str,
104 '--records_config_path', args.records_config_path]),
/external/grpc-grpc/test/cpp/naming/utils/
Ddns_server.py70 with open(args.records_config_path) as config: