Home
last modified time | relevance | path

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

/art/runtime/
Dmodule_exclusion_test.cc157 std::string jar_name = GetModuleFileName(); in TEST_F() local
164 "--dex-file=" + jar_name, in TEST_F()
165 "--dex-location=" + jar_name, in TEST_F()
178 jar_name, in TEST_F()
/art/runtime/gc/space/
Dimage_space_test.cc81 std::string jar_name = GetTestDexFileName(base_name); in TEST_F() local
82 ArrayRef<const std::string> dex_files(&jar_name, /*size=*/ 1u); in TEST_F()
88 "-Xbootclasspath:" + base_bcp_string + ':' + jar_name, in TEST_F()
90 "-Xbootclasspath-locations:" + base_bcp_locations_string + ':' + jar_name, in TEST_F()
97 bcp.push_back(jar_name); in TEST_F()
98 bcp_locations.push_back(jar_name); in TEST_F()
100 scratch_dir + prefix + '-' + GetFilenameBase(jar_name) + ".art"); in TEST_F()