HomeSort by relevance Sort by last modified time
    Searched refs:GetLibCoreDexFileName (Results 1 - 6 of 6) sorted by null

  /art/runtime/
zip_archive_test.cc 35 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileName().c_str(), &error_msg));
common_runtime_test.h 96 std::string GetLibCoreDexFileName();
parsed_options_test.cc 33 std::string lib_core(GetLibCoreDexFileName());
common_runtime_test.cc 200 java_lang_dex_file_ = LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str());
286 std::string CommonRuntimeTest::GetLibCoreDexFileName() {
dex_file_test.cc 208 EXPECT_TRUE(DexFile::GetChecksum(GetLibCoreDexFileName().c_str(), &checksum, &error_msg))
  /art/compiler/
image_test.cc 144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()));

Completed in 52 milliseconds