Home
last modified time | relevance | path

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

/tools/asuite/aidegen/project/
Dsource_splitter.py139 if common_util.is_source_under_relative_path(
160 if (common_util.is_source_under_relative_path(
191 is_child = common_util.is_source_under_relative_path(dep_path,
194 if common_util.is_source_under_relative_path(
319 if (common_util.is_source_under_relative_path(
/tools/asuite/aidegen/lib/
Dcommon_util.py205 is_source_under_relative_path(mod_path, rel_path)
278 if not is_source_under_relative_path(abs_path, get_android_root_dir()):
312 if is_source_under_relative_path(rel_path, get_android_root_dir()):
483 def is_source_under_relative_path(source, relative_path): function
Dnative_util.py83 if common_util.is_source_under_relative_path(abs_path, current_parent):
85 if common_util.is_source_under_relative_path(current_parent, abs_path):
222 if common_util.is_source_under_relative_path(path, rel_path):
Declipse_project_file_gen.py110 if not common_util.is_source_under_relative_path(
168 if not common_util.is_source_under_relative_path(
235 if common_util.is_source_under_relative_path(
Dmodule_info.py108 and common_util.is_source_under_relative_path(path, rel_path)):
Dnative_module_info.py99 if common_util.is_source_under_relative_path(path, rel_path):
Dproject_file_gen.py307 {common_util.is_source_under_relative_path(x, y)
Dsource_locator.py250 return common_util.is_source_under_relative_path(
Dclion_project_file_gen.py205 if common_util.is_source_under_relative_path(path, parent_dir):