Searched refs:app_image_file (Results 1 – 1 of 1) sorted by relevance
502 std::string app_image_file = GetScratchDir() + "/Test.art"; local507 new_args.push_back("--app-image-file=" + app_image_file);514 app_image_file,522 const std::string& app_image_file, in CheckResult() argument539 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; local690 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 …]