Searched refs:shell (Results 1 – 25 of 37) sorted by relevance
12
| /rocksdb-6.9/tools/rdb/ |
| D | README.md | 3 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/ |
| D | Vagrantfile | 11 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/ |
| D | Makefile | 90 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/ |
| D | README.md | 42 ```shell 69 ```shell 78 ```shell 93 ```shell
|
| /rocksdb-6.9/build_tools/ |
| D | precommit_checker.py | 58 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, ".")
|
| D | gnu_parallel | 837 $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/ |
| D | Vagrantfile | 19 box.vm.provision "shell", path: "build_tools/setup_centos7.sh" 30 box.vm.provision "shell", inline: <<-SCRIPT
|
| /rocksdb-6.9/tools/ |
| D | ldb_test.py | 59 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)
|
| D | write_stress_runner.py | 53 child = subprocess.Popen([cmd], shell=True)
|
| /rocksdb-6.9/.circleci/ |
| D | config.yml | 11 shell: bash.exe 54 shell: powershell.exe
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 40 ```shell 47 ```shell
|
| /rocksdb-6.9/buckifier/ |
| D | util.py | 80 shell=True,
|
| /rocksdb-6.9/CMakeFiles/core_tools.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/CMakeFiles/tools.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/tools/CMakeFiles/ldb_tests.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | db_bench_runner.py | 195 subprocess.call(command, shell=True, stdout=out_file, stderr=err_file)
|
| /rocksdb-6.9/CMakeFiles/build_version.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/CMakeFiles/memtablerep_bench.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/CMakeFiles/table_reader_bench.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/CMakeFiles/filter_bench.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/CMakeFiles/cache_bench.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/CMakeFiles/range_del_aggregator_bench.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/tools/CMakeFiles/rocksdb_undump.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/tools/CMakeFiles/db_repl_stress.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
| /rocksdb-6.9/CMakeFiles/hash_table_bench.dir/ |
| D | build.make | 43 # The shell in which to execute make rules.
|
12