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 | project_info.py | 108 rel_path, abs_path = common_util.get_related_paths( 174 rel_path, abs_path = common_util.get_related_paths( 513 relpath, _ = common_util.get_related_paths(self.modules_info,
|
D | common_util.py | 100 def get_related_paths(atest_module_info, target=None): function 175 _, abs_path = get_related_paths(atest_module_info, target) 273 rel_path, abs_path = get_related_paths(atest_module_info, target)
|
D | native_util.py | 130 _, abs_path = common_util.get_related_paths(cc_module_info, target) 186 rel_path, abs_path = common_util.get_related_paths(
|
D | project_config.py | 183 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 | 216 _, 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 | 347 _, abs_path = common_util.get_related_paths(atest_module_info, target) 354 _, abs_path = common_util.get_related_paths(cc_module_info, target)
|