Searched refs:SetFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
137 void SetFD_CLOEXEC(int fd, const EnvOptions* options) { in SetFD_CLOEXEC() function in ROCKSDB_NAMESPACE::__anonf5554a730111::PosixFileSystem171 SetFD_CLOEXEC(fd, &options); in NewSequentialFile()224 SetFD_CLOEXEC(fd, &options); in NewRandomAccessFile()309 SetFD_CLOEXEC(fd, &options); in OpenWritableFile()409 SetFD_CLOEXEC(fd, &options); in ReuseWritableFile()481 SetFD_CLOEXEC(fd, &options); in NewRandomRWFile()572 SetFD_CLOEXEC(fd, nullptr); in NewLogger()799 SetFD_CLOEXEC(fd, nullptr); in LockFile()
153 void SetFD_CLOEXEC(int fd, const EnvOptions* options) { in SetFD_CLOEXEC() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv