Home | History | Annotate | Download | only in Windows

Lines Matching full:closefd

730 error_code mapped_file_region::init(int FD, bool CloseFD, uint64_t Offset) {
735 if (CloseFD)
758 if (CloseFD)
780 if (CloseFD)
795 if (CloseFD)
808 if (CloseFD)
860 bool closefd,
873 if (closefd)
880 ec = init(FileDescriptor, closefd, offset);