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='.')
Dnative_util.py129 _, abs_path = common_util.get_related_paths(cc_module_info, target)
185 rel_path, abs_path = common_util.get_related_paths(
Dproject_info.py108 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,
Dcommon_util.py94 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)
Dproject_config.py178 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.py217 _, 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.py333 _, abs_path = common_util.get_related_paths(atest_module_info, target)
340 _, abs_path = common_util.get_related_paths(cc_module_info, target)