Lines Matching refs:GetDescriptor
137 File::GetDescriptor() const in GetDescriptor() function in File
176 m_descriptor = ::_dup(GetDescriptor()); in GetStream()
178 m_descriptor = ::fcntl(GetDescriptor(), F_DUPFD); in GetStream()
222 m_descriptor = ::_dup(rhs.GetDescriptor()); in Duplicate()
224 m_descriptor = ::fcntl(rhs.GetDescriptor(), F_DUPFD); in Duplicate()
344 int fd = GetDescriptor(); in GetPermissions()
398 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1) in GetFileSpec()
410 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0) in GetFileSpec()
681 int fd = GetDescriptor(); in Read()
724 int fd = GetDescriptor(); in Read()
774 int fd = GetDescriptor(); in Write()
885 const int fd = GetDescriptor(); in CalculateInteractiveAndTerminal()