Searched refs:code_root_path (Results 1 – 2 of 2) sorted by relevance
36 code_root_path = path38 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
207 def is_lite_product(product_form, code_root_path): argument208 if code_root_path is None or code_root_path == "":