Home
last modified time | relevance | path

Searched refs:get_source_code_root_path (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/developer_test/src/main/
D_init_global_config.py83 from core.common import get_source_code_root_path
84 sys.source_code_root_path = get_source_code_root_path(
/test/testfwk/developer_test/src/core/
Dcommon.py35 def get_source_code_root_path(path): function