Home
last modified time | relevance | path

Searched refs:get_related_paths (Results 1 – 9 of 9) sorted by relevance

/tools/asuite/aidegen/lib/
Dcommon_util_unittest.py63 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='.')
Dproject_info.py108 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,
Dcommon_util.py100 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)
Dnative_util.py130 _, abs_path = common_util.get_related_paths(cc_module_info, target)
186 rel_path, abs_path = common_util.get_related_paths(
Dproject_config.py183 exclude_path, _ = common_util.get_related_paths(atest_module_info, path)
Dnative_module_info.py97 rel_path, _ = common_util.get_related_paths(self, target)
Dmodule_info_util.py216 _, main_project_path = common_util.get_related_paths(
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py303 _, 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/
Daidegen_main.py347 _, abs_path = common_util.get_related_paths(atest_module_info, target)
354 _, abs_path = common_util.get_related_paths(cc_module_info, target)