Home
last modified time | relevance | path

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

/test/testfwk/developer_test/localCoverage/resident_service/
Dinit_gcov.py118 def modify_foundation_xml(serv, config_path, origin_xml) -> str: argument
144 def modify_foundation_json(serv, config_path, origin_json) -> str: argument
172 def create_service_json(serv, config_path, origin_json) -> str: argument
201 def create_service_xml(serv, config_path, origin_xml) -> str: argument
227 def create_service_cfg(serv, config_path, origin_cfg) -> str: argument
256 def remove_configs(config_path): argument
Dpull_service_gcda.py142 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