Home
last modified time | relevance | path

Searched refs:shell (Results 301 - 325 of 379) sorted by relevance

1...<<111213141516

/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py189 phone_time = _device.connector.shell("date '+%Y%m%d_%H%M%S'").strip()
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py124 '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 Dconstants.py274 shell=False)
/test/xts/acts/arkui/libuv/
H A Dgenlocal.py60 subprocess.run(commond.split(" "), shell=False, capture_output=True)
/third_party/gn/src/gn/
H A Dargs.cc58 for your shell to pass through strings values.)
/third_party/curl/lib/
H A DMakefile.mk54 TRIPLET ?= $(shell $(CC) -dumpmachine)
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c86 "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 Dbigint-tester.py114 shell=True)
/third_party/python/Doc/
H A DMakefile15 DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py119 env=GN_ENV, shell=(True if sys.platform == 'win32' else False))
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py26 result = subprocess.run(cmd, cwd=os.path.abspath(path), shell=True,
/third_party/tzdata/
H A Dtzselect.ksh13 # 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 DMakefile2 ifeq ($(shell uname -s), Darwin)
/third_party/python/Lib/test/
H A Dtest_poll.py129 proc = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,
/third_party/node/deps/uv/src/unix/
H A Dcore.c1209 /* 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 DMakefile159 $(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 Dcommon_includes.py106 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 Dos.py621 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 Ddrivers.py498 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 Dmain.c373 /* 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 Dcmpi_log.c21 #include <shell.h>
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py217 function_info = subprocess.check_output(command, shell=False)
/test/testfwk/developer_test/src/core/build/
H A Dbuild_testcases.py118 if subprocess.call(command, shell=False) == 0:
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py55 if 0 == subprocess.call(cmd_list, shell=False, stdout=out, stderr=err):
/third_party/eudev/src/shared/
H A Dutil.h241 int get_user_creds(const char **username, uid_t *uid, gid_t *gid, const char **home, const char **shell);

Completed in 27 milliseconds

1...<<111213141516