Searched refs:oat_file_name (Results 1 – 1 of 1) sorted by relevance
614 const std::string& oat_file_name = *OatFileName(); in CopyProfileFile() local619 *error_msg = "Patching of oat file " + oat_file_name in CopyProfileFile()625 *error_msg = "Patching of oat file " + oat_file_name in CopyProfileFile()634 argv.push_back("--output-oat-file=" + oat_file_name); in CopyProfileFile()641 TEMP_FAILURE_RETRY(unlink(oat_file_name.c_str())); in CopyProfileFile()659 const std::string& oat_file_name = *OatFileName(); in CopyProfileFile() local663 *error_msg = "Generation of oat file " + oat_file_name in CopyProfileFile()670 args.push_back("--oat-file=" + oat_file_name); in CopyProfileFile()683 TEMP_FAILURE_RETRY(unlink(oat_file_name.c_str())); in CopyProfileFile()888 const std::string& oat_file_name = *OatFileName(); in CopyProfileFile() local[all …]