Home
last modified time | relevance | path

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

/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dcache_finder.py63 test_infos = atest_utils.load_test_info_cache(test_reference)
/aosp_15_r20/tools/asuite/atest/
H A Datest_utils_unittest.py593 atest_utils.load_test_info_cache(test_reference, test_cache_dir),
H A Datest_utils.py947 def load_test_info_cache(test_reference, cache_root=None): function