Home
last modified time | relevance | path

Searched refs:get_install_locations (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py627 test_finder_utils.get_install_locations(host_installed_paths),
633 test_finder_utils.get_install_locations(device_installed_paths),
639 test_finder_utils.get_install_locations(both_installed_paths),
645 test_finder_utils.get_install_locations(no_installed_paths), no_expect
Dmodule_finder.py204 test.install_locations = test_finder_utils.get_install_locations(
Dtest_finder_utils.py925 def get_install_locations(installed_paths): function