Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhidden_api_test.cc660 std::string system_ext_framework_location_path = android_system_ext_ + "/framework/foo.jar"; in TEST_F() local
661 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()
662 TestLocation(system_ext_framework_location_path, hiddenapi::Domain::kPlatform); in TEST_F()
670 std::string system_ext_framework_location_path = in TEST_F() local
672 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()
673 TestLocation(system_ext_framework_location_path, hiddenapi::Domain::kPlatform); in TEST_F()