Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc636 const std::string& app_image_file_name, in CompileProfileOdex() argument
654 if (!app_image_file_name.empty()) {
656 app_image_file.reset(OS::CreateEmptyFile(app_image_file_name.c_str()));
659 copy.push_back("--app-image-file=" + app_image_file_name);
741 std::string app_image_file_name = GetOdexDir() + "/DexOdexNoOat.art"; in RunTestVDex() local
752 app_image_file_name, in RunTestVDex()
764 app_image_file_name, in RunTestVDex()
777 const std::string& app_image_file_name) { in CheckResult() argument
815 if (!app_image_file_name.empty()) { in CheckResult()
817 std::unique_ptr<File> file(OS::OpenFileForReading(app_image_file_name.c_str())); in CheckResult()