Home
last modified time | relevance | path

Searched refs:shell (Results 1 - 25 of 275) sorted by relevance

1234567891011

/foundation/systemabilitymgr/samgr/test/autotest/tools/
H A Dpush_remove_source.py27 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 Ddisk_drop_log.py27 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 DMakefile97 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...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/umplock/
H A DMakefile12 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 DMakefile12 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 DMakefile16 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 DMakefile17 $(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 DMakefile17 $(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 Dcase01_listen001.py37 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 Dcase25_selinux001.py37 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 Dcase26_init001.py56 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))
/device/soc/rockchip/common/sdk_linux/scripts/
H A DMakefile6 CRYPTO_LIBS = $(shell pkg-config --libs libcrypto 2> /dev/null || echo -lcrypto)
7 CRYPTO_CFLAGS = $(shell pkg-config --cflags libcrypto 2> /dev/null)
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dfactory.mk18 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) && \
H A DMakefile14 MAIN_TOPDIR = $(shell pwd)
H A Dnon_factory.mk25 GCC_PATH := $(dir $(shell which $(CC)))
37 FIRM_WARE_VER := $(shell if [ $(CONFIG_TARGET_KERNEL_VER) -gt -1 ] && [ $(CONFIG_TARGET_KERNEL_VER) -lt 49 ];then echo $(CONFIG_TARGET_KERNEL_VER);fi;)
42 BOOT_VER = $(shell if [ $(CONFIG_TARGET_BOOT_VER) -gt -1 ] && [ $(CONFIG_TARGET_BOOT_VER) -lt 17 ];then echo $(CONFIG_TARGET_BOOT_VER);fi;)
111 @TARGET_SUM=$(shell sha256sum $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base.bin | cut -d ' ' -f1) && \
117 TARGET_SUM=$(shell sha256sum $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base_$(X).bin | cut -d ' ' -f1) && \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/
H A DMakefile35 $(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 DMakefile35 $(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
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/
H A DechoHilog.bat5 hdc shell hilog > hilog-%aa%.txt
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A DMakefile23 KDIR ?= /lib/modules/$(shell uname -r)/build
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H A DMakefile20 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 Ddump_event.bat16 @rem Set local scope for the variables with windows NT shell
47 adb shell "dumpsys window windows | grep -E %userInput%" > window_id.txt
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/
H A DMakefile20 BIT_WIDTH:=$(shell getconf LONG_BIT)
/device/soc/hisilicon/common/platform/hieth-sf/
H A DMakefile17 MODULE_NAME := $(notdir $(shell pwd))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A DMakefile19 ARCH ?= $(shell uname -m)
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/
H A DMakefile14 #$(shell echo "hello world !" > /home/lijg/tools/abc.txt)
15 $(shell cp -f $(ORIG_PATH)/*.c $(CURR_PATH))
16 $(shell cp -f $(ORIG_PATH)/*.h $(CURR_PATH))
17 $(shell rm -fr $(CURR_PATH)/include)
18 $(shell cp -fr $(ORIG_PATH)/include $(CURR_PATH)/include)
19 $(shell rm -f $(CURR_PATH)/include/eapol.h)

Completed in 6 milliseconds

1234567891011