Lines Matching refs:GetDescriptor
120 int File::GetDescriptor() const { return kInvalidDescriptor; } in GetDescriptor() function in File
155 const int fd = GetDescriptor(); in CalculateInteractiveAndTerminal()
235 int fd = GetDescriptor(); in GetPermissions()
251 int NativeFile::GetDescriptor() const { in GetDescriptor() function in NativeFile
270 return GetDescriptor(); in GetWaitableHandle()
284 m_descriptor = ::_dup(GetDescriptor()); in GetStream()
286 m_descriptor = dup(GetDescriptor()); in GetStream()
337 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1) in GetFileSpec()
347 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0) in GetFileSpec()
635 int fd = GetDescriptor(); in Read()
694 int fd = GetDescriptor(); in Write()