Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 25 of 55) sorted by relevance

123

/build/kati/testcase/
Dshell.mk2 echo $(shell pwd)
3 echo $(shell false)
4 echo $(shell /bin/echo -e "\na \n b \n " )
5 echo $(shell /bin/echo -e "\na \n b \n " )X
6 echo X$(shell /bin/echo -e "\n\n" )Y
7 echo X$(shell /bin/echo -e "a\n\n" )Y
8 echo X$(shell /bin/echo -e "\n\nb" )Y
9 echo X$(shell /bin/echo -e "\n\nb" )Y
10 echo X$(shell /bin/echo -e "\n\n\nb" )Y
11 echo X$(shell /bin/echo -e " b" )Y
[all …]
Dcomment_in_command.mk1 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
17 test3: $(shell echo foo #)
20 echo $(shell echo OK # FAIL \
24 echo $(shell echo $$(echo PASS))
Dshell_var.mk5 $(info $(shell foo))
10 $(info $(shell bar))
Dhash_in_var.mk1 $(shell mkdir -p tmp)
2 file = $(shell echo tmp/test\#.ext)
Dwildcard_cache.mk16 $(shell mkdir dir)
18 $(shell touch dir/file)
Dwildcard.mk3 MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
7 $(shell mkdir -p tmp)
Descape_for_shell_in_recipe.mk6 echo $(shell echo \"" # "\")
Dstrip_and_shell.mk4 echo $(strip $(shell pwd))
Dshell_arith_in_recipe.mk2 echo $(filter 0,$(shell echo $$((1-1))))
Dshell_stderr.mk1 FOO=$(shell echo SHOULD_NOT_BE_AFTER_ECHO 1>&2)
/build/core/
Dpost_clean.mk27 $(shell rm -rf $(current_package_overlay_config) \
30 $(shell echo '$(PACKAGES)' > $(current_all_packages_config))
32 $(shell echo '$(p)' '$(PACKAGES.$(p).RESOURCE_OVERLAYS)' >> $(current_package_overlay_config))))
35 packages_overlay_changed := $(shell build/tools/diff_package_overlays.py \
43 $(shell $(overlay_cleanup_cmd))
50 $(shell mv -f $(current_package_overlay_config) $(previous_package_overlay_config))
62 $(shell rm -rf $(current_gen_java_config) \
75 $(shell echo 'GEN_SRC_FILES.$(p) := $(gs)' >> $(current_gen_java_config)))\
82 $(shell rm -rf $(intermediates_to_clean))
89 $(shell echo 'GEN_SRC_FILES.$(p) := $(GEN_SRC_FILES.$(p))' >> $(current_gen_java_config)))
[all …]
Dversion_defaults.mk139 BUILD_DATETIME := $(shell date +%s)
142 ifneq (,$(findstring Darwin,$(shell uname -sm)))
158 BUILD_NUMBER := eng.$(shell echo $${USER:0:6}).$(shell $(DATE) +%Y%m%d.%H%M%S)
Dcleanbuild.mk74 $(shell rm -rf $(OUT_DIR))
83 $(shell $(INTERNAL_CLEAN_STEP.$(step))) \
95 $(shell $(_crs_new_cmd)))
121 $(shell \
128 $(if $(1),$(shell echo "CURRENT_CLEAN_STEPS += $(1)" >> $(clean_steps_file)))
198 $(shell \
300 $(shell rm -rf $(dataclean_files) $(installclean_files))
308 $(shell rm -rf $(objclean_files))
Dsoong.mk17 ifneq ($(SOONG_OUT_DIR),$(strip $(shell source $(SOONG_BOOTSTRAP); echo $$BUILDDIR)))
21 …ifneq ($(strip $(shell build/soong/reverse_path.py $(SOONG_OUT_DIR))),$(strip $(shell source $(SOO…
Dgoma.mk30 ifeq ($(shell echo $$(($$(ulimit -u) < 2500 || $$(ulimit -n) < 16000))),1)
32 ifeq ($(shell uname),Darwin)
63 …$(shell ( if ( curl http://localhost:$$($(GOMA_CC) port)/flagz | grep GOMA_HERMETIC=error ); then …
Dmain.mk41 ifneq (1,$(strip $(shell expr $(MAKE_VERSION) \>= 3.81)))
53 PWD := $(shell pwd)
111 $(shell mkdir -p $(OUT_DIR) && touch $(OUT_DIR)/ninja_build)
116 $(shell rm -f $(OUT_DIR)/ninja_build)
122 $(shell mkdir -p $(OUT_DIR) && \
154 ifneq (a,$(shell mkdir -p $(OUT_DIR) ; \
167 ifneq ($(words $(shell pwd)),1)
181 java_version_str := $(shell unset _JAVA_OPTIONS && java -version 2>&1)
182 javac_version_str := $(shell unset _JAVA_OPTIONS && javac -version 2>&1)
189 java_version := $(shell echo '$(java_version_str)' | grep '[ "]1\.8[\. "$$]')
[all …]
/build/
Denvsetup.sh3 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
953 adb shell ps \
970 local PID=`adb shell ps \
995 adb shell mount -w -o remount -t rootfs rootfs;
998 adb shell mkdir -p /cores;
999 adb shell mount -t tmpfs tmpfs /cores;
1000 adb shell chmod 0777 /cores;
1003 adb shell restorecon -R /cores;
1006 adb shell 'echo /cores/core.%p > /proc/sys/kernel/core_pattern';
1025 adb shell prlimit $PID 4 -1 -1
[all …]
/build/kati/
Devalcmd.go27 shell string member
61 shell, err := ev.EvaluateVar("SHELL")
63 shell = "/bin/sh"
65 ctx.shell = shell
197 shell string member
275 args := []string{r.shell, "-c", s}
316 shell: ctx.shell,
333 shell: ctx.shell,
Dexpr_test.go115 in: `$(shell echo '()')`,
126 in: `${shell echo '()'}`,
137 in: `$(shell echo ')')`,
151 in: `${shell echo ')'}`,
162 in: `${shell echo '}'}`,
176 in: `$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')`,
DMakefile.ckati77 ifeq ($(shell uname),Linux)
104 KATI_GIT_DIR := $(shell git -C $(KATI_SRC_PATH) rev-parse --show-toplevel)
107 KATI_VERSION := $(shell git -C $(KATI_GIT_DIR) rev-parse HEAD)
/build/core/combo/
DTARGET_linux-mips64.mk144 $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc.a)
146 $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libatomic.a)
147 LIBGCC_EH := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=libgcc_eh.a)
151 TARGET_LIBGCOV := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) \
DTARGET_linux-mips.mk138 …$(shell $($(combo_2nd_arch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -prin…
140 …$(shell $($(combo_2nd_arch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -prin…
141 LIBGCC_EH := $(shell $($(combo_2nd_arch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_C…
145 $(combo_2nd_arch_prefix)TARGET_LIBGCOV := $(shell $($(combo_2nd_arch_prefix)TARGET_CC) $($(combo_2n…
DTARGET_linux-arm64.mk140 TARGET_LIBGCC := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) \
142 TARGET_LIBATOMIC := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) \
144 TARGET_LIBGCOV := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) \
DTARGET_linux-x86_64.mk67 $(shell $(TARGET_CC) -m64 -print-file-name=libgcc.a)
69 $(shell $(TARGET_CC) -m64 -print-file-name=libatomic.a)
71 $(shell $(TARGET_CC) -m64 -print-file-name=libgcov.a)
DTARGET_linux-x86.mk67 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) -m32 -print-file-name=libgcc.a)
69 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) -m32 -print-file-name=libatomic.a)
71 $(shell $($(combo_2nd_arch_prefix)TARGET_CC) -m32 -print-file-name=libgcov.a)

123