Home
last modified time | relevance | path

Searched refs:MODULES_IN (Results 1 – 5 of 5) sorted by relevance

/tools/asuite/atest/test_finders/
Dtest_info.py186 if str(build_target).startswith(constants.MODULES_IN):
187 test_paths.append(str(build_target).replace(constants.MODULES_IN, ''))
Dcache_finder.py125 if str(build_target).startswith(constants.MODULES_IN):
Dmodule_finder.py289 targets.add(constants.MODULES_IN + mod_dir)
/tools/asuite/atest/
Dconstants_default.py58 MODULES_IN = 'MODULES-IN-' variable
Datest_main.py791 'Will exclude all "%s*" from the build targets.', constants.MODULES_IN
794 if target.startswith(constants.MODULES_IN):