Lines Matching refs:atest_module_info
97 def get_related_paths(atest_module_info, target=None): argument
136 elif atest_module_info.is_module(target):
137 paths = atest_module_info.get_paths(target)
142 elif (atest_module_info.get_module_names(target)
160 def is_target_android_root(atest_module_info, targets): argument
172 _, abs_path = get_related_paths(atest_module_info, target)
190 def has_build_target(atest_module_info, rel_path): argument
203 for mod_path in atest_module_info.path_to_module_info)
206 def _check_modules(atest_module_info, targets, raise_on_lost_module=True): argument
228 if not check_module(atest_module_info, target, raise_on_lost_module):
233 def check_module(atest_module_info, target, raise_on_lost_module=True): argument
270 rel_path, abs_path = get_related_paths(atest_module_info, target)
286 if (not has_build_target(atest_module_info, rel_path)