Searched refs:MIN_FD (Results 1 – 2 of 2) sorted by relevance
160 static constexpr int64_t MIN_FD = 3; variable
44 fdSource_ = fcntl(fd, F_DUPFD_CLOEXEC, MIN_FD); // dup(fd) + close on exec to prevent leaks. in SoundParser()