Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/
Dcommon.py36 code_root_path = path
38 if code_root_path == "":
40 if code_root_path == "/" or code_root_path.endswith(":\\"):
41 code_root_path = ""
43 if is_source_code_root_path(code_root_path):
45 code_root_path = os.path.dirname(code_root_path)
46 return code_root_path
Dutils.py207 def is_lite_product(product_form, code_root_path): argument
208 if code_root_path is None or code_root_path == "":