Lines Matching refs:GetDescriptor
124 int File::GetDescriptor() const { return kInvalidDescriptor; } in GetDescriptor() function in File
159 const int fd = GetDescriptor(); in CalculateInteractiveAndTerminal()
234 int fd = GetDescriptor(); in GetPermissions()
250 int NativeFile::GetDescriptor() const { in GetDescriptor() function in NativeFile
269 return GetDescriptor(); in GetWaitableHandle()
283 m_descriptor = ::_dup(GetDescriptor()); in GetStream()
285 m_descriptor = dup(GetDescriptor()); in GetStream()
342 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1) in GetFileSpec()
352 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0) in GetFileSpec()
640 int fd = GetDescriptor(); in Read()
699 int fd = GetDescriptor(); in Write()