Searched refs:new_oat_out (Results 1 - 2 of 2) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc313 bool new_oat_out; local
315 output_image_file(CreateOrOpen(output_image_filename.c_str(), &new_oat_out));
334 output_oat_file(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out));
428 bool new_oat_out) {
437 if (!new_oat_out) {
756 bool output_oat_opened_from_fd, bool new_oat_out) {
781 new_oat_out);
1106 bool new_oat_out = false; local
1157 output_oat.reset(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out));
1166 auto cleanup = [&output_oat_filename, &new_oat_out](boo
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
755 Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, bool output_oat_opened_from_fd, bool new_oat_out) argument
[all...]
H A Dpatchoat.h49 bool new_oat_out); // Output oat was a new file created by us?
98 bool new_oat_out); // Output oat was newly created?

Completed in 33 milliseconds