Home
last modified time | relevance | path

Searched refs:SeekToDexFile (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Doat_writer.h261 bool SeekToDexFile(OutputStream* rodata, File* file, OatDexFile* oat_dex_file);
Doat_writer.cc1835 if (!SeekToDexFile(rodata, file, oat_dex_file)) { in WriteDexFile()
1860 bool OatWriter::SeekToDexFile(OutputStream* out, File* file, OatDexFile* oat_dex_file) { in SeekToDexFile() function in art::OatWriter