Home
last modified time | relevance | path

Searched refs:shell (Results 251 - 275 of 384) sorted by relevance

1...<<111213141516

/test/testfwk/developer_test/src/core/command/
H A Dgen.py45 subprocess.call(command, shell=False)
/kernel/linux/linux-5.10/
H A DMakefile49 # Avoid interference with shell env settings
137 # expand a shell special character '~'. We use a somewhat tedious way here.
138 abs_objtree := $(shell mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
353 KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
413 HOST_LFS_CFLAGS := $(shell getconf LFS_CFLAGS 2>/dev/null)
414 HOST_LFS_LDFLAGS := $(shell getconf LFS_LDFLAGS 2>/dev/null)
415 HOST_LFS_LIBS := $(shell getconf LFS_LIBS 2>/dev/null)
476 PAHOLE_FLAGS = $(shell PAHOLE=$(PAHOLE) $(srctree)/scripts/pahole-flags.sh)
574 ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)
582 CC_VERSION_TEXT = $(shell
[all...]
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A DMakefile109 $(shell rm -f $(addprefix $(obj)/, fdt_rw.c fdt_ro.c fdt_wip.c fdt.c))
131 KBSS_SZ = $(shell echo $$(($$($(NM) $(obj)/../../../../vmlinux | \
/kernel/linux/linux-5.10/arch/loongarch/
H A DMakefile107 entry-y = $(shell $(objtree)/arch/loongarch/tools/elf-entry vmlinux)
133 CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \
/kernel/linux/linux-6.6/arch/riscv/
H A DMakefile76 KBUILD_CFLAGS += -march=$(shell echo $(riscv-march-y) | sed -E 's/(rv32ima|rv64ima)fd([^v_]*)v?/\1\2/')
114 -mstack-protector-guard-offset=$(shell \
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A DMakefile40 LP64 := $(shell echo __LP64__ | ${CC} ${CFLAGS} -E -x c - | tail -n 1)
52 pkgconfig_dir ?= $(word 1,$(shell $(PKG_CONFIG) \
158 echo \#define VERSION_CODE $(shell \
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile27 BPFTOOL_VERSION ?= $(shell make -rR --no-print-directory -sC ../../.. kernelversion)
129 /boot/vmlinux-$(shell uname -r)
/kernel/linux/linux-6.6/tools/perf/Documentation/
H A DMakefile257 $(shell date -u -d '$(KBUILD_BUILD_TIMESTAMP)' +%Y-%m-%d), \
258 $(shell git log -1 --pretty="format:%cd" \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A DMakefile128 $(shell $(1) $(2) -v -E - </dev/null 2>&1 \
130 $(shell $(1) $(2) -dM -E - </dev/null | grep '__riscv_xlen ' | awk '{printf("-D__riscv_xlen=%d -D__BITS_PER_LONG=%d", $$3, $$3)}')
/kernel/linux/linux-6.6/tools/testing/selftests/
H A DMakefile147 # expand a shell special character '~'. We use a somewhat tedious way here.
148 abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
157 abs_srctree := $(shell cd $(top_srcdir) && pwd)
/kernel/liteos_a/
H A DMakefile37 KCONFIG_CMDS := $(notdir $(wildcard $(dir $(shell which menuconfig))*config))
40 $(foreach line,$(shell hb env | sed 's/\[OHOS INFO\]/ohos/g;s/ /_/g;s/:_/=/g' || true),$(eval $(line)))
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py303 first_process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False)
309 shell=False)
/build/lite/make_rootfs/
H A Drootfsimg_linux.sh43 if [ -f "${ROOTFS_DIR}/bin/init" ] && [ -f "${ROOTFS_DIR}/bin/shell" ]; then
45 chmod 700 ${ROOTFS_DIR}/bin/shell 2> /dev/null
H A Drootfsimg_liteos.sh41 if [ -f "${ROOTFS_DIR}/bin/init" ] && [ -f "${ROOTFS_DIR}/bin/shell" ]; then
43 chmod 700 ${ROOTFS_DIR}/bin/shell 2> /dev/null
/build/ohos/sdk/
H A Dconvert_permissions.py51 process = subprocess.Popen([nodejs, tool, config, output_path], shell=False,
/build/scripts/
H A Dget_warnings.py33 subprocess.call(['sort', '-u', infile, '-o', outfile], shell=False)
/kernel/linux/linux-6.6/arch/arm/tools/
H A DMakefile32 $(shell mkdir -p $(kapi) $(uapi))
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A DMakefile81 CFLAGS_xor_vmx.o += -isystem $(shell $(CC) -print-file-name=include)
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/
H A DMakefile19 VDSO_LIBGCC := $(shell $(CROSS32CC) -print-libgcc-file-name)
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A DMakefile22 GCC_PLUGINS_DIR = $(shell $(CC) -print-file-name=plugin)
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A DMakefile16 KERNEL_REL := $(shell uname -r)
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H A DMakefile28 /boot/vmlinux-$(shell uname -r)
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A DMakefile27 GCC_PLUGINS_DIR = $(shell $(CC) -print-file-name=plugin)
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A DMakefile25 LONG_BIT := $(shell getconf LONG_BIT)
/kernel/linux/linux-6.6/tools/virtio/
H A DMakefile7 try-run = $(shell set -e; \

Completed in 10 milliseconds

1...<<111213141516