Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc670 const std::string& app_image_file_name, in CompileProfileOdex() argument
688 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() local
771 app_image_file_name, in RunTestVDex()
783 app_image_file_name, in RunTestVDex()
797 const std::string& app_image_file_name) { in CheckResult() argument
835 if (!app_image_file_name.empty()) { in CheckResult()
837 std::unique_ptr<File> file(OS::OpenFileForReading(app_image_file_name.c_str())); in CheckResult()