Searched refs:oat_file_name (Results 1 – 1 of 1) sorted by relevance
636 const std::string& oat_file_name = *OatFileName(); in RelocateOatFile() local641 *error_msg = "Patching of oat file " + oat_file_name in RelocateOatFile()647 *error_msg = "Patching of oat file " + oat_file_name in RelocateOatFile()656 argv.push_back("--output-oat-file=" + oat_file_name); in RelocateOatFile()663 unlink(oat_file_name.c_str()); in RelocateOatFile()688 const std::string& oat_file_name = *OatFileName(); in GenerateOatFile() local699 oat_file.reset(OS::CreateEmptyFile(oat_file_name.c_str())); in GenerateOatFile()701 *error_msg = "Generation of oat file " + oat_file_name in GenerateOatFile()707 *error_msg = "Generation of oat file " + oat_file_name in GenerateOatFile()716 args.push_back("--oat-location=" + oat_file_name); in GenerateOatFile()[all …]