Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc521 if (!ExportDexFile(os, *oat_dex_file)) { in Dump()
984 bool ExportDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in ExportDexFile() function in art::OatDumper