Searched refs:app_image_file (Results 1 – 1 of 1) sorted by relevance
487 std::string app_image_file = GetScratchDir() + "/Test.art"; local492 new_args.push_back("--app-image-file=" + app_image_file);499 app_image_file,507 const std::string& app_image_file, in CheckResult() argument525 EXPECT_GT(app_image_file.length(), 0u); in CheckResult()526 std::unique_ptr<File> file(OS::OpenFileForReading(app_image_file.c_str())); in CheckResult()556 ASSERT_TRUE(file != nullptr) << app_image_file; in CheckResult()675 std::unique_ptr<File> app_image_file; local678 app_image_file.reset(OS::CreateEmptyFile(app_image_file_name.c_str()));679 copy.push_back("--app-image-fd=" + std::to_string(app_image_file->Fd()));[all …]