/foundation/systemabilitymgr/samgr/test/autotest/tools/ |
H A D | push_remove_source.py | 27 host.shell("hdc -t {} shell kill -9 `pidof listen_test`".format(sn))
28 host.shell("hdc -t {} target mount".format(sn))
29 host.shell("hdc -t {} shell rm -r /data/log/hilog".format(sn))
30 host.shell("hdc -t {} shell hilog -d /system/bin/samgr".format(sn))
33 host.shell("hdc -t {} shell chmod 644 /system/etc/init/listen_test.cfg".format(sn))
35 host.shell("hd [all...] |
H A D | disk_drop_log.py | 27 host.shell(f"hdc -t {sn} file recv data/log/hilog/ {path}")
35 host.shell(f"hilog parse -i {path} -d {path}")
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | Makefile | 97 BASEDIR := /lib/modules/$(shell uname -r) 99 PWD :=$(shell pwd) 100 DRIVERDIR := $(shell find $(BASEDIR)/kernel/drivers/net/ethernet -name realtek -type d) 102 DRIVERDIR := $(shell find $(BASEDIR)/kernel/drivers/net -name realtek -type d) 109 KERNEL_GCC_VERSION := $(shell cat /proc/version | sed -n 's/.*gcc version \([[:digit:]]\.[[:digit:]]\.[[:digit:]]\).*/\1/p') 110 CCVERSION = $(shell $(CC) -dumpversion) 112 KVER = $(shell uname -r) 113 KMAJ = $(shell echo $(KVER) | \ 115 KMIN = $(shell echo $(KVER) | \ 117 KREV = $(shell ech [all...] |
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | devices.py | 130 if subprocess.call(command, shell=True, timeout=timeout) == 0: 146 shell=True) 174 self.shell('rm -rf %s' % self.test_path) 175 self.shell('mkdir -p %s' % self.test_path) 176 self.shell('chmod 777 -R %s' % self.test_path) 177 self.shell("mount -o rw,remount,rw /%s" % "system") 180 self.shell("svc power stayon true") 183 self.shell("input keyevent 82") 184 self.shell("wm dismiss-keyguard") 213 self.shell("sv 219 def shell(self, command=""): global() member in DeviceShell [all...] |
H A D | drivers.py | 85 device.shell( 91 process = subprocess.Popen("tar -zxf %s -C %s" % (tar_path, cxx_cov_path), shell=True) 96 (tar_path, cxx_cov_path), shell=True) 97 subprocess.Popen("rm -rf %s" % tar_path, shell=True) 164 self.device.shell(sh_command)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/umplock/ |
H A D | Makefile | 12 ARCH ?= $(shell uname -m) 39 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build 47 CONFIG ?= $(shell uname -m) 51 CPU ?= $(shell uname -m)
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/ |
H A D | Makefile | 12 ARCH ?= $(shell uname -m) 39 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build 47 CONFIG ?= $(shell uname -m) 51 CPU ?= $(shell uname -m)
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/xml/ |
H A D | Makefile | 16 TOOL_DIR := $(shell pwd)/../tool/ 17 LAN_DIR = $(shell pwd)/../res/lan 18 LAN_DIR_EXIST = $(shell if [ -d $(LAN_DIR) ]; then echo "exist"; else echo "notexist"; fi;)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/ |
H A D | Makefile | 17 $(shell if $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \ 36 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/ |
H A D | Makefile | 17 $(shell if $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \ 36 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
|
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
H A D | case01_listen001.py | 37 host.shell("hdc -t {} shell rm -r /data/log/hilog".format(self.sn))
38 host.shell("hdc -t {} shell hilog -d /system/bin/samgr".format(self.sn))
|
H A D | case25_selinux001.py | 37 host.shell("hdc -t {} shell rm -r /data/log/hilog".format(self.sn))
38 host.shell("hdc -t {} shell hilog -d /system/bin/samgr".format(self.sn))
|
H A D | case26_init001.py | 56 host.shell("hdc -t {} shell kill -9 `pidof samgr`".format(self.sn))
71 host.shell("hdc -t {} shell kill -9 `pidof samgr`".format(self.sn))
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 83 process = subprocess.Popen(cmd, stdout=pipe, shell=False, 126 shell=False) 129 stdout=subprocess.PIPE, shell=False) 134 shell=False) 138 shell=False) 141 stdout=subprocess.PIPE, shell=False) 145 shell=False) 149 shell=False) 152 stdout=subprocess.PIPE, shell=False) 167 Executes commands in a new shell [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | factory.mk | 18 MAIN_TOPDIR = $(shell pwd)
26 GCC_PATH := $(dir $(shell which $(CC)))
41 FIRM_WARE_VER := $(shell if [ $(CONFIG_TARGET_KERNEL_VER) -gt -1 ] && [ $(CONFIG_TARGET_KERNEL_VER) -lt 49 ];then echo $(CONFIG_TARGET_KERNEL_VER);fi;)
46 BOOT_VER = $(shell if [ $(CONFIG_TARGET_BOOT_VER) -gt -1 ] && [ $(CONFIG_TARGET_BOOT_VER) -lt 17 ];then echo $(CONFIG_TARGET_BOOT_VER);fi;)
89 TARGET_SUM=$(shell sha256sum $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base_factory.bin | cut -d ' ' -f1) && \
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 35 $(shell if $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \ 89 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 35 $(shell if $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \ 89 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | Makefile | 6 CRYPTO_LIBS = $(shell pkg-config --libs libcrypto 2> /dev/null || echo -lcrypto) 7 CRYPTO_CFLAGS = $(shell pkg-config --cflags libcrypto 2> /dev/null)
|
/test/xts/tools/lite/reliability/ |
H A D | utils.py | 46 stderr=subprocess.PIPE, shell=False, 50 stderr=subprocess.PIPE, shell=True)
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 169 push_cov_path, "testpart", param), shell=True)
173 push_cov_path, "subsystem", param), shell=True)
180 init_gcov_path, current_raw_cmd), shell=True)
317 coverage_process = subprocess.Popen("rm -rf %s" % coverage_path, shell=True)
411 subprocess.run("python3 %s command_str=%s" % (pull_service_gcov_path, current_raw_cmd), shell=True)
420 cov_main_file_path, testpart), shell=True)
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 155 subprocess.run("python3 %s %s" % (interface_path, partname_str), shell=True) 183 subprocess.run("python3 %s" % keyword_path, shell=True) 195 subprocess.run("python3 %s " % after_lcov_branch_path, shell=True)
|
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/ |
H A D | echoHilog.bat | 5 hdc shell hilog > hilog-%aa%.txt
|
/test/testfwk/xdevice/plugins/devicetest/ |
H A D | constants.py | 34 shell = "ShellKit" variable in CKit
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | Makefile | 20 PWD := $(shell pwd) 33 CMD_TEXT_BASE := $(shell grep '^\#define.*DDR_TRAINING_RUN_STACK' $(TOPDIR)/drivers/ddr/hisilicon/$(SOC)/ddr_training_custom.h|awk '{print $$3}')
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/ |
H A D | dump_event.bat | 16 @rem Set local scope for the variables with windows NT shell
47 adb shell "dumpsys window windows | grep -E %userInput%" > window_id.txt
|