Searched refs:SeekToDexFile (Results 1 – 2 of 2) sorted by relevance
261 bool SeekToDexFile(OutputStream* rodata, File* file, OatDexFile* oat_dex_file);
1835 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