Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dhidden_api_test.cc620 std::string data_location_path = android_data_ + "/foo.jar"; in TEST_F() local
621 ASSERT_FALSE(LocationIsOnSystemFramework(data_location_path.c_str())); in TEST_F()
622 TestLocation(data_location_path, hiddenapi::Domain::kApplication); in TEST_F()