Home
last modified time | relevance | path

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

/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py555 self.assertEqual(test_finder_utils.get_install_locations(host_installed_paths),
559 self.assertEqual(test_finder_utils.get_install_locations(device_installed_paths),
563 self.assertEqual(test_finder_utils.get_install_locations(both_installed_paths),
567 self.assertEqual(test_finder_utils.get_install_locations(no_installed_paths),
Dmodule_finder.py159 test.install_locations = test_finder_utils.get_install_locations(
Dtest_finder_utils.py912 def get_install_locations(installed_paths): function
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils_unittest.py550 self.assertEqual(test_finder_utils.get_install_locations(host_installed_paths),
554 self.assertEqual(test_finder_utils.get_install_locations(device_installed_paths),
558 self.assertEqual(test_finder_utils.get_install_locations(both_installed_paths),
562 self.assertEqual(test_finder_utils.get_install_locations(no_installed_paths),
Dmodule_finder.py157 test.install_locations = test_finder_utils.get_install_locations(
Dtest_finder_utils.py898 def get_install_locations(installed_paths): function