Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc123 return DoWriteElf( in WriteElf()
145 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf()
165 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf()
168 bool DoWriteElf(File* vdex_file, in DoWriteElf() function in art::linker::OatTest