Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc639 std::unique_ptr<File> app_image_file; local
642 app_image_file.reset(OS::CreateEmptyFile(app_image_file_name.c_str()));
643 copy.push_back("--app-image-fd=" + std::to_string(app_image_file->Fd()));
654 if (app_image_file != nullptr) {
655 ASSERT_EQ(app_image_file->FlushCloseOrErase(), 0) << "Could not flush and close art file";
674 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): ""; in RunTest() local
681 app_image_file, in RunTest()
687 image_file_empty_profile = GetImageSize(app_image_file); in RunTest()
694 app_image_file, in RunTest()
699 CheckResult(dex_location, odex_location, app_image_file); in RunTest()
[all …]