Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/port/win/
Dport_win.cc132 struct DIR { struct
138 DIR() : handle_(INVALID_HANDLE_VALUE), in DIR() function
141 DIR(const DIR&) = delete;
142 DIR& operator=(const DIR&) = delete;
144 ~DIR() { in ~DIR() argument
151 DIR* opendir(const char* name) { in opendir()
160 std::unique_ptr<DIR> dir(new DIR); in opendir()
179 struct dirent* readdir(DIR* dirp) { in readdir()
203 int closedir(DIR* dirp) { in closedir()
/rocksdb-6.9/port/
Dport_dirent.h26 struct DIR;
28 DIR* opendir(const char* name);
30 dirent* readdir(DIR* dirp);
32 int closedir(DIR* dirp);
37 using port::DIR;
/rocksdb-6.9/tools/
Ddbench_monitor24 DIR=`dirname $0`
26 DB_BENCH="$DIR/../db_bench";
27 PFLAG=${DIR}/pflag
/rocksdb-6.9/env/
Dfs_posix.cc605 DIR* d = opendir(dir.c_str()); in GetChildren()
/rocksdb-6.9/build_tools/
Dgnu_parallel3277 return ::tempfile(DIR=>$ENV{'TMPDIR'}, TEMPLATE => 'parXXXXX', @_);