Searched refs:get_related_paths (Results 1 – 9 of 9) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | common_util_unittest.py | 63 common_util.get_related_paths( 70 expected, common_util.get_related_paths( 74 self.assertEqual(expected, common_util.get_related_paths( 77 common_util.get_related_paths( 85 common_util.get_related_paths(mod_info, '/a/b/c')) 91 common_util.get_related_paths(mod_info, 'b/c')) 115 result = common_util.get_related_paths(mod_info, input_target) 123 result = common_util.get_related_paths(mod_info, target=None) 131 result = common_util.get_related_paths(mod_info, target=None) 133 result = common_util.get_related_paths(mod_info, target='.')
|
D | native_util.py | 129 _, abs_path = common_util.get_related_paths(cc_module_info, target) 185 rel_path, abs_path = common_util.get_related_paths(
|
D | project_info.py | 108 rel_path, abs_path = common_util.get_related_paths( 174 rel_path, abs_path = common_util.get_related_paths( 453 relpath, _ = common_util.get_related_paths(self.modules_info,
|
D | common_util.py | 94 def get_related_paths(atest_module_info, target=None): function 169 _, abs_path = get_related_paths(atest_module_info, target) 267 rel_path, abs_path = get_related_paths(atest_module_info, target)
|
D | project_config.py | 178 exclude_path, _ = common_util.get_related_paths(atest_module_info, path)
|
D | native_module_info.py | 97 rel_path, _ = common_util.get_related_paths(self, target)
|
D | module_info_util.py | 217 _, main_project_path = common_util.get_related_paths(
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 303 _, abs_path = common_util.get_related_paths(atest_module_info, target) 351 rel_path, abs_path = common_util.get_related_paths(atest_module_info, 394 _, abs_path = common_util.get_related_paths(atest_module_info, target)
|
/tools/asuite/aidegen/ |
D | aidegen_main.py | 333 _, abs_path = common_util.get_related_paths(atest_module_info, target) 340 _, abs_path = common_util.get_related_paths(cc_module_info, target)
|