Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h302 bool SeekToDexFile(OutputStream* out, File* file, OatDexFile* oat_dex_file);
Doat_writer.cc3343 if (!SeekToDexFile(out, file, oat_dex_file)) { in WriteDexFile()
3378 bool OatWriter::SeekToDexFile(OutputStream* out, File* file, OatDexFile* oat_dex_file) { in SeekToDexFile() function in art::linker::OatWriter