Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc326 std::string dex_location2 = GetScratchDir() + "/DexInContext.jar"; in TEST_F() local
328 Copy(GetDexSrc2(), dex_location2); in TEST_F()
330 std::string class_loader_context = "PCL[" + dex_location2 + "]"; in TEST_F()
331 std::string class_loader_context_option = "--class-loader-context=PCL[" + dex_location2 + "]"; in TEST_F()