Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc600 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F() local
601 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path.c_str())); in TEST_F()
608 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_location_path, &error_msg)) << error_msg; in TEST_F()
609 ASSERT_TRUE(LoadDexFiles(system_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
618 ASSERT_TRUE(Remove(system_location_path, &error_msg)) << error_msg; in TEST_F()