Searched refs:app_image_file_name (Results 1 – 1 of 1) sorted by relevance
655 const std::string& app_image_file_name, in CompileProfileOdex() argument676 if (!app_image_file_name.empty()) {678 app_image_file.reset(OS::CreateEmptyFile(app_image_file_name.c_str()));681 copy.push_back("--app-image-file=" + app_image_file_name);748 std::string app_image_file_name = GetOdexDir() + "/DexOdexNoOat.art"; in RunTestVDex() local759 app_image_file_name, in RunTestVDex()771 app_image_file_name, in RunTestVDex()785 const std::string& app_image_file_name) { in CheckResult() argument824 if (!app_image_file_name.empty()) { in CheckResult()826 std::unique_ptr<File> file(OS::OpenFileForReading(app_image_file_name.c_str())); in CheckResult()