Searched refs:get_related_paths (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | project_info.py | 27 from aidegen.lib.common_util import get_related_paths 87 rel_path, abs_path = get_related_paths(module_info, target) 157 rel_path, abs_path = get_related_paths(module_info, module_name)
|
D | common_util.py | 89 def get_related_paths(atest_module_info, target=None): function 147 _, abs_path = get_related_paths(atest_module_info, target) 244 rel_path, abs_path = get_related_paths(atest_module_info, target)
|
D | common_util_unittest.py | 47 common_util.get_related_paths(mod_info, 53 expected, common_util.get_related_paths(mod_info, uc.TEST_MODULE)) 57 expected, common_util.get_related_paths(mod_info, uc.TEST_MODULE))
|
D | module_info_util.py | 38 from aidegen.lib.common_util import get_related_paths 136 _, main_project_path = get_related_paths(module_info, main_project)
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 32 from aidegen.lib.common_util import get_related_paths 125 _, abs_path = get_related_paths(atest_module_info, target)
|
/tools/asuite/aidegen/ |
D | aidegen_main.py | 251 _, abs_path = common_util.get_related_paths(atest_module_info,
|