Home
last modified time | relevance | path

Searched defs:dex_file_fd (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer_test.cc150 File&& dex_file_fd, in WriteElf()
660 File dex_file_fd(DupCloexec(dex_file->GetFd()), /*check_usage=*/ false); in TestDexFileInput() local
Doat_writer.cc543 bool OatWriter::AddDexFileSource(File&& dex_file_fd, const char* location) { in AddDexFileSource()