Home | History | Annotate | Download | only in patchoat

Lines Matching refs:File

5  * you may not use this file except in compliance with the License.
43 static bool Patch(File* oat_in, off_t delta, File* oat_out, TimingLogger* timings);
45 static bool Patch(const std::string& art_location, off_t delta, File* art_out, InstructionSet isa,
48 static bool Patch(const File* oat_in, const std::string& art_location,
49 off_t delta, File* oat_out, File* art_out, InstructionSet isa,
87 bool WriteElf(File* out);
88 bool WriteImage(File* out);
109 // The elf file we are patching.