Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 37) sorted by relevance

12

/rocksdb-6.9/tools/rdb/
DREADME.md3 RDB is a NodeJS-based shell interface to RocksDB. It can also be used as a
31 ### Running the shell
34 located in the root of the `tools/rdb` directory to start the shell. The file is
35 just a shell script that runs the node shell and loads the constructor for the
40 See `API.md` for how to use RocksDB from the shell.
/rocksdb-6.9/java/crossbuild/
DVagrantfile11 linux32.vm.provision :shell, path: "build-linux-centos.sh"
16 linux64.vm.provision :shell, path: "build-linux-centos.sh"
22 musl32.vm.provision :shell, path: "build-linux-alpine.sh"
32 musl64.vm.provision :shell, path: "build-linux-alpine.sh"
/rocksdb-6.9/java/
DMakefile90 ROCKSDB_MAJOR = $(shell egrep "ROCKSDB_MAJOR.[0-9]" ../include/rocksdb/version.h | cut -d ' ' -f 3)
91 ROCKSDB_MINOR = $(shell egrep "ROCKSDB_MINOR.[0-9]" ../include/rocksdb/version.h | cut -d ' ' -f 3)
92 ROCKSDB_PATCH = $(shell egrep "ROCKSDB_PATCH.[0-9]" ../include/rocksdb/version.h | cut -d ' ' -f 3)
95 ARCH := $(shell getconf LONG_BIT)
244 ifeq ($(shell java -version 2>&1 | grep 1.7.0 > /dev/null; printf $$?), 0)
255 ifeq ($(shell java -version 2>&1 | grep 1.7.0 > /dev/null; printf $$?), 0)
299 ifeq ($(shell java -version 2>&1|grep 1.7.0 >/dev/null; printf $$?),0)
/rocksdb-6.9/tools/advisor/
DREADME.md42 ```shell
69 ```shell
78 ```shell
93 ```shell
/rocksdb-6.9/build_tools/
Dprecommit_checker.py58 def shell(self, cmd, path=os.getcwd()): member in Env
64 status = subprocess.call("cd %s; %s" % (path, cmd), shell=True,
127 status = self.shell(cmd, ".")
Dgnu_parallel837 $Global::shell = $ENV{'PARALLEL_SHELL'} || parent_shell($$) || $ENV{'SHELL'} || "/bin/sh";
1148 if($Global::shell !~ m:/(bash|rbash|zsh|rzsh|dash|ksh):) {
3093 my $shell = "(?:".join("|",@shells).")";
3094 $regexp = '^((\[)('. $shell. ')(\])|(|\S+/|busybox )('. $shell. '))($| )';
5464 $Global::shell. " -c ".
5879 $pid = ::open3($stdin_fh, ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
5891 $pid = ::open3("<&IN", ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
5904 $pid = ::open3("<&IN", ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
5913 $pid = ::open3(::gensym, ">&OUT", ">&ERR", $Global::shell, "-c", $command) ||
/rocksdb-6.9/
DVagrantfile19 box.vm.provision "shell", path: "build_tools/setup_centos7.sh"
30 box.vm.provision "shell", inline: <<-SCRIPT
/rocksdb-6.9/tools/
Dldb_test.py59 params, shell=True)
80 thread\"" % params, shell=True)
401 shell=True)
404 my_check_output("echo 'evil' > %s" % sstFilePath, shell=True)
408 my_check_output("rm -f %s" % sstFilePath, shell=True)
Dwrite_stress_runner.py53 child = subprocess.Popen([cmd], shell=True)
/rocksdb-6.9/.circleci/
Dconfig.yml11 shell: bash.exe
54 shell: powershell.exe
/rocksdb-6.9/docs/_posts/
D2018-08-01-rocksdb-tuning-advisor.markdown40 ```shell
47 ```shell
/rocksdb-6.9/buckifier/
Dutil.py80 shell=True,
/rocksdb-6.9/CMakeFiles/core_tools.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/CMakeFiles/tools.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/tools/advisor/advisor/
Ddb_bench_runner.py195 subprocess.call(command, shell=True, stdout=out_file, stderr=err_file)
/rocksdb-6.9/CMakeFiles/build_version.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/CMakeFiles/table_reader_bench.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/CMakeFiles/filter_bench.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/CMakeFiles/cache_bench.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/CMakeFiles/range_del_aggregator_bench.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/tools/CMakeFiles/rocksdb_undump.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/tools/CMakeFiles/db_repl_stress.dir/
Dbuild.make43 # The shell in which to execute make rules.
/rocksdb-6.9/CMakeFiles/hash_table_bench.dir/
Dbuild.make43 # The shell in which to execute make rules.

12