Searched refs:system_location_path (Results 1 – 1 of 1) sorted by relevance
486 std::string system_location_path = GetAndroidRoot() + "/foo.jar"; in TEST_F() local487 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path.c_str())); in TEST_F()494 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_location_path, &error_msg)) << error_msg; in TEST_F()495 ASSERT_TRUE(LoadDexFiles(system_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()504 ASSERT_EQ(0, remove(system_location_path.c_str())); in TEST_F()