Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhidden_api_test.cc627 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F() local
628 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path.c_str())); in TEST_F()
629 TestLocation(system_location_path, hiddenapi::Domain::kApplication); in TEST_F()