Searched refs:GetLibCoreDexFileNames (Results 1 - 8 of 8) sorted by relevance

/art/dexdump/
H A Ddexdump_test.cc40 dex_file_ = GetLibCoreDexFileNames()[0];
/art/dexlist/
H A Ddexlist_test.cc40 dex_file_ = GetLibCoreDexFileNames()[0];
/art/runtime/
H A Dzip_archive_test.cc35 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileNames()[0].c_str(), &error_msg));
H A Dcommon_runtime_test.h86 static std::vector<std::string> GetLibCoreDexFileNames();
H A Dparsed_options_test.cc45 CommonRuntimeTest::GetLibCoreDexFileNames()) {
H A Dcommon_runtime_test.cc323 for (const std::string &core_dex_file_name : GetLibCoreDexFileNames()) {
453 std::vector<std::string> CommonRuntimeTestImpl::GetLibCoreDexFileNames() { function in class:art::CommonRuntimeTestImpl
H A Ddex_file_test.cc209 EXPECT_TRUE(DexFile::GetChecksum(GetLibCoreDexFileNames()[0].c_str(), &checksum, &error_msg))
H A Doat_file_assistant_test.cc1135 Copy(GetLibCoreDexFileNames()[0], dex_location);

Completed in 134 milliseconds