Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A 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
H A Doat_writer.cc543 bool OatWriter::AddDexFileSource(File&& dex_file_fd, const char* location) { in AddDexFileSource()