Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc502 std::string app_image_file = GetScratchDir() + "/Test.art"; local
507 new_args.push_back("--app-image-file=" + app_image_file);
514 app_image_file,
522 const std::string& app_image_file, in CheckResult() argument
539 EXPECT_GT(app_image_file.length(), 0u); in CheckResult()
540 std::unique_ptr<File> file(OS::OpenFileForReading(app_image_file.c_str())); in CheckResult()
570 ASSERT_TRUE(file != nullptr) << app_image_file; in CheckResult()
687 std::unique_ptr<File> app_image_file; local
690 app_image_file.reset(OS::CreateEmptyFile(app_image_file_name.c_str()));
691 copy.push_back("--app-image-fd=" + std::to_string(app_image_file->Fd()));
[all …]