Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhidden_api_test.cc635 std::string system_ext_location_path = android_system_ext_ + "/foo.jar"; in TEST_F() local
636 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()
637 TestLocation(system_ext_location_path, hiddenapi::Domain::kApplication); in TEST_F()
644 std::string system_ext_location_path = GetAndroidRoot() + "/system_ext/foo.jar"; in TEST_F() local
645 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()
646 TestLocation(system_ext_location_path, hiddenapi::Domain::kApplication); in TEST_F()