Searched defs:project_root_path (Results 1 – 2 of 2) sorted by relevance
| /test/testfwk/developer_test/src/core/build/ |
| D | build_manager.py | 64 def _compile_test_cases_by_target(cls, project_root_path, product_form, argument 80 def _compile_deps_files(cls, project_root_path, para): argument 91 def _compile_part_deps(cls, project_root_path, para): argument 104 def _compile_xts_test_cases(cls, project_root_path, para): argument 114 def _compile_fuzz_test_case(cls, project_root_path, para): argument 124 def _compile_testcases(self, project_root_path, para): argument 195 def build_version(cls, project_root_path, product_form): argument 205 def build_gn_file(cls, project_root_path, product_form): argument 214 def build_testcases(self, project_root_path, param): argument
|
| D | build_lite_manager.py | 36 def __init__(self, project_root_path): argument
|