Home
last modified time | relevance | path

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

/test/developertest/src/main/
D_init_global_config.py67 from core.common import get_source_code_root_path
68 sys.source_code_root_path = get_source_code_root_path(
/test/developertest/src/core/
Dcommon.py35 def get_source_code_root_path(path): function