Searched refs:app_image_file_name (Results 1 – 1 of 1) sorted by relevance
670 const std::string& app_image_file_name, in CompileProfileOdex() argument688 if (!app_image_file_name.empty()) {690 app_image_file.reset(OS::CreateEmptyFile(app_image_file_name.c_str()));693 copy.push_back("--app-image-file=" + app_image_file_name);760 std::string app_image_file_name = GetOdexDir() + "/DexOdexNoOat.art"; in RunTestVDex() local771 app_image_file_name, in RunTestVDex()783 app_image_file_name, in RunTestVDex()797 const std::string& app_image_file_name) { in CheckResult() argument835 if (!app_image_file_name.empty()) { in CheckResult()837 std::unique_ptr<File> file(OS::OpenFileForReading(app_image_file_name.c_str())); in CheckResult()