Searched defs:output_oat_filename (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc263 std::string output_oat_filename = local
267 output_oat_filename,
331 std::string output_oat_filename = local
334 output_oat_file(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out));
336 LOG(ERROR) << "Failed to open output oat file at " << output_oat_filename;
426 const std::string& output_oat_filename,
438 LOG(ERROR) << "Oat file " << output_oat_filename << " already exists, refusing to overwrite";
443 unlink(output_oat_filename.c_str());
446 if (symlink(input_oat_filename.c_str(), output_oat_filename.c_str()) < 0) {
448 LOG(ERROR) << "Failed to create symlink at " << output_oat_filename
425 ReplaceOatFileWithSymlink(const std::string& input_oat_filename, const std::string& output_oat_filename, bool output_oat_opened_from_fd, bool new_oat_out) argument
1013 patchoat_oat(TimingLogger& timings, InstructionSet isa, const std::string& patched_image_location, off_t base_delta, bool base_delta_set, int input_oat_fd, const std::string& input_oat_location, std::string input_oat_filename, bool have_input_oat, int output_oat_fd, std::string output_oat_filename, bool have_output_oat, bool lock_output, bool debug) argument
1245 std::string output_oat_filename; local
[all...]

Completed in 4 milliseconds