Home | History | Annotate | Download | only in Windows

Lines Matching full:closefd

714 error_code mapped_file_region::init(int FD, bool CloseFD, uint64_t Offset) {
719 if (CloseFD)
743 if (CloseFD)
766 if (CloseFD)
781 if (CloseFD)
794 if (CloseFD)
846 bool closefd,
859 if (closefd)
866 ec = init(FileDescriptor, closefd, offset);