Home
last modified time | relevance | path

Searched refs:SetFD_CLOEXEC (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/env/
Dfs_posix.cc137 void SetFD_CLOEXEC(int fd, const EnvOptions* options) { in SetFD_CLOEXEC() function in ROCKSDB_NAMESPACE::__anonf5554a730111::PosixFileSystem
171 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()
Denv_posix.cc153 void SetFD_CLOEXEC(int fd, const EnvOptions* options) { in SetFD_CLOEXEC() function in ROCKSDB_NAMESPACE::__anon43aff5a30111::PosixEnv