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