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