Searched refs:ExportDexFile (Results 1 – 1 of 1) sorted by relevance
679 if (!ExportDexFile(os, *oat_dex_file, dex.get(), /*used_dexlayout=*/ true)) { in Dump()684 if (!ExportDexFile(os, *oat_dex_file, vdex_dex_file.get(), /*used_dexlayout=*/ false)) { in Dump()942 bool ExportDexFile(std::ostream& os, in ExportDexFile() function in art::OatDumper