Lines Matching refs:atest_module_info
89 def get_related_paths(atest_module_info, target=None): argument
111 if atest_module_info.is_module(target):
112 paths = atest_module_info.get_paths(target)
117 elif (atest_module_info.get_module_names(target) or os.path.isdir(
135 def is_target_android_root(atest_module_info, targets): argument
147 _, abs_path = get_related_paths(atest_module_info, target)
165 def has_build_target(atest_module_info, rel_path): argument
178 for mod_path in atest_module_info.path_to_module_info)
181 def _check_modules(atest_module_info, targets, raise_on_lost_module=True): argument
203 if not _check_module(atest_module_info, target, raise_on_lost_module):
208 def _check_module(atest_module_info, target, raise_on_lost_module=True): argument
244 rel_path, abs_path = get_related_paths(atest_module_info, target)
260 if (not has_build_target(atest_module_info, rel_path)