Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc186 std::vector<std::string> libcore_dex_files = GetLibCoreDexFileNames(); in TEST_F() local
189 ASSERT_NE(std::string::npos, libcore_dex_files[0].find("core-oj")); in TEST_F()
190 ASSERT_NE(std::string::npos, libcore_dex_files[1].find("core-libart")); in TEST_F()
191 ASSERT_NE(std::string::npos, libcore_dex_files[2].find("core-icu4j")); in TEST_F()
193 ArrayRef<const std::string>(libcore_dex_files).SubArray(/*pos=*/ 0u, /*length=*/ 3u); in TEST_F()
272 std::vector<std::string> libcore_dex_files = GetLibCoreDexFileNames(); in TEST_F() local
273 CopyDexFiles(jar_dir, &libcore_dex_files); in TEST_F()
275 ArrayRef<const std::string> full_bcp(libcore_dex_files); in TEST_F()
419 std::vector<std::string> boot_class_path = libcore_dex_files; in TEST_F()
428 /*boot_class_path_locations=*/ libcore_dex_files, in TEST_F()
/art/runtime/
Ddexopt_test.cc73 std::vector<std::string> libcore_dex_files = GetLibCoreDexFileNames(); in GenerateAlternateImage() local
85 ArrayRef<const std::string> dex_files(libcore_dex_files); in GenerateAlternateImage()