Searched refs:INVALID_FD (Results 1 – 2 of 2) sorted by relevance
41 bool hasValidFd() const { return mFd.get() != INVALID_FD; } in hasValidFd()92 static constexpr int INVALID_FD = -1; variable
53 if (fd.get() == INVALID_FD) { in create()