Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc674 std::string system_ext_framework_location_path = android_system_ext_ + "/framework/foo.jar"; in TEST_F() local
675 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()
682 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_ext_framework_location_path, &error_msg)) in TEST_F()
684 ASSERT_TRUE(LoadDexFiles(system_ext_framework_location_path, in TEST_F()
696 ASSERT_TRUE(Remove(system_ext_framework_location_path, &error_msg)) << error_msg; in TEST_F()