Searched refs:project_root_path (Results 1 – 4 of 4) sorted by relevance
| /test/testfwk/developer_test/src/core/build/ |
| D | build_manager.py | 42 def build_version(cls, project_root_path, product_form): argument 43 if BuildTestcases(project_root_path).build_version(product_form): 52 def build_gn_file(cls, project_root_path, product_form): argument 53 if BuildTestcases(project_root_path).build_gn_file(product_form): 83 def _compile_test_cases_by_target(cls, project_root_path, product_form, argument 85 if BuildTestcases(project_root_path).build_testcases(product_form, 99 def _compile_deps_files(cls, project_root_path, para): argument 101 if BuildTestcases(project_root_path).build_deps_files(para.productform): 110 def _compile_part_deps(cls, project_root_path, para): argument 112 if BuildTestcases(project_root_path).build_part_deps(para): [all …]
|
| D | build_lite_manager.py | 36 def __init__(self, project_root_path): argument 37 self.project_rootpath = project_root_path
|
| /test/testfwk/developer_test/src/core/command/ |
| D | console.py | 361 project_root_path = sys.source_code_root_path 362 if project_root_path == "": 370 build_lite_manager = BuildLiteManager(project_root_path) 376 build_result = build_manager.build_version(project_root_path,
|
| D | run.py | 76 project_root_path = sys.source_code_root_path 77 if is_build_testcase and project_root_path != "": 80 return build_manager.build_testcases(project_root_path, options)
|