Searched refs:system_multi_location_path (Results 1 – 1 of 1) sorted by relevance
643 std::string system_multi_location_path = GetAndroidRoot() + "/multifoo.jar"; in TEST_F() local644 ASSERT_FALSE(LocationIsOnSystemFramework(system_multi_location_path.c_str())); in TEST_F()651 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), system_multi_location_path, &error_msg)) in TEST_F()653 ASSERT_TRUE(LoadDexFiles(system_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()662 ASSERT_EQ(0, remove(system_multi_location_path.c_str())); in TEST_F()