Home
last modified time | relevance | path

Searched defs:config_path (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/developer_test/local_coverage/resident_service/
Dinit_gcov.py121 def modify_foundation_xml(serv, config_path, origin_xml) -> str: argument
147 def modify_foundation_json(serv, config_path, origin_json) -> str: argument
175 def create_service_json(serv, config_path, origin_json) -> str: argument
204 def create_service_xml(serv, config_path, origin_xml) -> str: argument
230 def create_service_cfg(serv, config_path, origin_cfg) -> str: argument
259 def remove_configs(config_path): argument
Dpull_service_gcda.py145 config_path = os.path.join(service_path, "config") variable
/test/testfwk/developer_test/src/core/config/
Dconfig_manager.py315 def __init__(self, config_path=""): argument
/test/xts/tools/ci/
DUtils.py85 config_path = os.path.join(HOME, "test/xts/tools/config") variable in MatchConfig