/test/testfwk/xdevice/plugins/devicetest/controllers/tools/ |
H A D | screen_agent.py | 189 phone_time = _device.connector.shell("date '+%Y%m%d_%H%M%S'").strip()
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
H A D | kit.py | 124 'chown -R shell:shell {}'.format(path)) 130 'chown -R shell:shell {}'.format(path)) 303 str(proc.pid)], shell=False)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 274 shell=False)
|
/test/xts/acts/arkui/libuv/ |
H A D | genlocal.py | 60 subprocess.run(commond.split(" "), shell=False, capture_output=True)
|
/third_party/gn/src/gn/ |
H A D | args.cc | 58 for your shell to pass through strings values.)
|
/third_party/curl/lib/ |
H A D | Makefile.mk | 54 TRIPLET ?= $(shell $(CC) -dumpmachine)
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_sshd_demo.c | 86 "members to add a pty / shell or whatever you want.\n\r" 333 /* for this demo, we don't open a real shell */ in ssh_ops_shell() 377 .shell = ssh_ops_shell,
|
/third_party/node/deps/v8/tools/ |
H A D | bigint-tester.py | 114 shell=True)
|
/third_party/python/Doc/ |
H A D | Makefile | 15 DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | export_targets.py | 119 env=GN_ENV, shell=(True if sys.platform == 'win32' else False))
|
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 26 result = subprocess.run(cmd, cwd=os.path.abspath(path), shell=True,
|
/third_party/tzdata/ |
H A D | tzselect.ksh | 13 # This script requires a POSIX-like shell and prefers the extension of a 15 # Korn shell and is available in Bash and other shell implementations. 16 # If your host lacks both Bash and the Korn shell, you can get their 94 # Exit on EOF or I/O error. Use the shell's nicer 'select' builtin if 104 # Do this inside 'eval', as otherwise the shell might exit when parsing it 181 # which means awk (and presumably the shell) do not need transliteration. 188 # Read into shell variable $1 the contents of file $2. 190 # as the shell aligns columns better that way. 268 # and any apostrophes are escaped for the shell [all...] |
/third_party/unity/test/ |
H A D | Makefile | 2 ifeq ($(shell uname -s), Darwin)
|
/third_party/python/Lib/test/ |
H A D | test_poll.py | 129 proc = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1209 /* Allocate memory for the username, shell, and home directory */ in uv__getpwuid_r() 1227 /* Copy the shell */ in uv__getpwuid_r() 1228 pwd->shell = pwd->homedir + homedir_size; in uv__getpwuid_r() 1229 memcpy(pwd->shell, pw.pw_shell, shell_size); in uv__getpwuid_r() 1246 The memory for name, shell, and homedir are allocated in a single in uv_os_free_passwd() 1252 pwd->shell = NULL; in uv_os_free_passwd()
|
/third_party/littlefs/ |
H A D | Makefile | 159 $(if $(findstring n,$(MAKEFLAGS)),, $(shell mkdir -p \ 187 $(CTAGS) --totals --c-types=+p $(shell find -H -name '*.h') $(SRC)
|
/third_party/node/deps/v8/tools/release/ |
H A D | common_includes.py | 106 return subprocess.check_output(cmd_line, shell=True, cwd=cwd).decode('utf-8') 108 return subprocess.check_call(cmd_line, shell=True, cwd=cwd) 504 "that it's sensible, do so in another shell, but remember to not "
|
/third_party/python/Lib/ |
H A D | os.py | 621 named executable (similar to a shell) when launching a process. 974 # VxWorks has no user space shell provided. As a result, running 975 # command in a shell can't be supported. 988 shell=True, text=True, 994 shell=True, text=True,
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 498 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True) 504 (tar_path, cxx_cov_path), shell=True).communicate() 505 subprocess.Popen("rm -rf %s" % tar_path, shell=True).communicate() 508 os.path.join(cxx_cov_path, OBJ)), shell=True).communicate() 777 mkdir_corpus_command = f"shell; mkdir -p {corpus}" 877 self.config.device.connector_command("shell hilog -r") 961 test_timeout = int(driver_dict["shell-timeout"]) / 1000 966 print(" get json shell timeout finally")
|
/third_party/mksh/ |
H A D | main.c | 373 /* define shell keywords */ in main_init() 430 /* assign default shell variable values */ in main_init() 704 /* track shell-imposed changes */ in main_init() 723 /* track shell-imposed changes */ in main_init() 734 /* track shell-imposed change (might lower surprise) */ in main_init() 758 shell(s, 0); in main() 801 * If user ^Cs out, we don't want to kill the shell... in include() 823 i = shell(s, 1); in include() 833 /* spawn a command into a shell optionally keeping track of the line number */ 843 rv = shell( in command() 852 shell(Source * volatile s, volatile int level) shell() function [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
H A D | cmpi_log.c | 21 #include <shell.h>
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 217 function_info = subprocess.check_output(command, shell=False)
|
/test/testfwk/developer_test/src/core/build/ |
H A D | build_testcases.py | 118 if subprocess.call(command, shell=False) == 0:
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 55 if 0 == subprocess.call(cmd_list, shell=False, stdout=out, stderr=err):
|
/third_party/eudev/src/shared/ |
H A D | util.h | 241 int get_user_creds(const char **username, uid_t *uid, gid_t *gid, const char **home, const char **shell);
|