Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dhidden_api_test.cc750 std::string system_ext_multi_location_path = android_system_ext_ + "/multifoo.jar"; in TEST_F() local
751 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path)); in TEST_F()
752 TestLocation(system_ext_multi_location_path, hiddenapi::Domain::kApplication); in TEST_F()
759 std::string system_ext_multi_location_path = in TEST_F() local
761 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path)); in TEST_F()
762 TestLocation(system_ext_multi_location_path, hiddenapi::Domain::kApplication); in TEST_F()