Searched refs:kEmptyFD (Results 1 – 1 of 1) sorted by relevance
36 #define kEmptyFD NULL macro39 #define kEmptyFD (-1)43 FileDescriptor() : fd_(kEmptyFD) {} in FileDescriptor()45 FileDescriptor(const char* path) : fd_(kEmptyFD) { OpenReadOnly(path); } in FileDescriptor()49 bool IsOk() const { return fd_ != kEmptyFD; } in IsOk()