Searched defs:dex_file_fd (Results 1 – 2 of 2) sorted by relevance
150 File&& dex_file_fd, in WriteElf()660 File dex_file_fd(DupCloexec(dex_file->GetFd()), /*check_usage=*/ false); in TestDexFileInput() local
543 bool OatWriter::AddDexFileSource(File&& dex_file_fd, const char* location) { in AddDexFileSource()