Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc591 std::string system_framework_location_path = GetAndroidRoot() + "/framework/foo.jar"; in TEST_F() local
592 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_location_path.c_str())); in TEST_F()
599 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_framework_location_path, &error_msg)) in TEST_F()
601 ASSERT_TRUE(LoadDexFiles(system_framework_location_path, in TEST_F()
613 ASSERT_EQ(0, remove(system_framework_location_path.c_str())); in TEST_F()