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

/art/patchoat/
H A Dpatchoat.cc182 bool new_oat_out) {
275 new_oat_out)) {
388 bool new_oat_out) {
397 if (!new_oat_out) {
659 bool output_oat_opened_from_fd, bool new_oat_out) {
684 new_oat_out);
1192 bool new_oat_out = false; local
1248 output_oat.reset(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out));
1259 &new_oat_out, &new_image_out, &timings, &dump_timings](bool success) {
1262 if (new_oat_out) {
178 Patch(File* input_oat, const std::string& image_location, off_t delta, File* output_oat, File* output_image, InstructionSet isa, TimingLogger* timings, bool output_oat_opened_from_fd, bool new_oat_out) argument
385 ReplaceOatFileWithSymlink(const std::string& input_oat_filename, const std::string& output_oat_filename, bool output_oat_opened_from_fd, bool new_oat_out) argument
658 Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, bool output_oat_opened_from_fd, bool new_oat_out) argument
[all...]

Completed in 1170 milliseconds