Home
last modified time | relevance | path

Searched refs:is_source_under_relative_path (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dnative_util.py89 if common_util.is_source_under_relative_path(abs_path, current_parent):
91 if common_util.is_source_under_relative_path(current_parent, abs_path):
214 if common_util.is_source_under_relative_path(path, rel_path):
271 if common_util.is_source_under_relative_path(path, target):
H A Declipse_project_file_gen.py109 if not common_util.is_source_under_relative_path(
167 if not common_util.is_source_under_relative_path(
234 if common_util.is_source_under_relative_path(
H A Dcommon_util.py202 is_source_under_relative_path(mod_path, rel_path)
275 if not is_source_under_relative_path(abs_path, get_android_root_dir()):
309 if is_source_under_relative_path(rel_path, get_android_root_dir()):
480 def is_source_under_relative_path(source, relative_path): function
H A Dmodule_info.py137 and common_util.is_source_under_relative_path(path, rel_path)):
H A Dnative_module_info.py98 if common_util.is_source_under_relative_path(path, rel_path):
H A Dproject_file_gen.py313 {common_util.is_source_under_relative_path(x, y)
H A Dsource_locator.py247 return common_util.is_source_under_relative_path(
H A Dclion_project_file_gen.py205 if common_util.is_source_under_relative_path(path, parent_dir):
/aosp_15_r20/tools/asuite/aidegen/project/
H A Dproject_splitter.py155 if common_util.is_source_under_relative_path(
176 if (common_util.is_source_under_relative_path(
207 is_child = common_util.is_source_under_relative_path(dep_path,
210 if common_util.is_source_under_relative_path(
477 if (common_util.is_source_under_relative_path(
/aosp_15_r20/tools/asuite/aidegen/
H A Daidegen_main.py459 if not common_util.is_source_under_relative_path(rtarget, root_dir):