Home
last modified time | relevance | path

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

12

/build/make/tools/rbcrun/testdata/
Dshell.star4 assert.eq("load.star shell.star", rblf_shell("cd %s && ls -1 shell.star load.star 2>&1" % rblf_env.…
5 assert.eq("shell.star", rblf_shell("cd %s && echo shell.sta*" % rblf_env.TEST_DATA_DIR))
/build/make/core/
Dlocal_vndk.mk26 …$(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Do not use LOCAL_USE_VNDK with host module…
32 …$(shell echo '$(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_USE_VNDK must be "true" or empty, n…
37 …$(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_USE_VNDK must not be used with LOCAL…
Dcleanbuild.mk19 PWD := $(shell pwd)
100 $(shell rm -rf $(OUT_DIR))
109 $(shell $(INTERNAL_CLEAN_STEP.$(step))) \
121 $(shell $(_crs_new_cmd)))
139 $(shell mkdir -p $(dir $(clean_steps_file)))
141 $(shell if ! cmp -s $(clean_steps_file).tmp $(clean_steps_file); then \
Dversion_defaults.mk249 PLATFORM_SECURITY_PATCH_TIMESTAMP := $(shell date -d 'TZ="GMT" $(PLATFORM_SECURITY_PATCH)' +%s)
275 BUILD_DATETIME := $(shell date +%s)
297 BUILD_NUMBER := eng.$(shell echo $${BUILD_USERNAME:0:6}).$(shell $(DATE) +%Y%m%d.%H%M%S)
Ddistdir.mk58 $(shell mkdir -p $(dir $(1))) \
62 $(shell if ! cmp -s $(1).tmp $(1); then \
Ddex_preopt_config.mk156 $(shell mkdir -p $(dir $(DEX_PREOPT_CONFIG)))
159 $(shell \
Dproduct_config.mk54 trysed := $(shell echo a | sed -E -e 's/a/b/' 2>/dev/null)
58 trysed := $(shell echo c | sed -r -e 's/c/d/' 2>/dev/null)
77 $(sort $(shell find $(2) -name "$(1)" -type f | $(SED_EXTENDED) "s:($(2)/?(.*)):\\1\\:$(3)/\\2:" | …
Dsysprop.mk171 ifneq (,$(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_FINGERPRINT) >$(BUILD_FINGERPRINT_FILE) && …
185 ifneq (,$(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_THUMBPRINT) >$(BUILD_THUMBPRINT_FILE) && gr…
Dmain.mk12 PWD := $(shell pwd)
43 $(shell mkdir -p $(SOONG_OUT_DIR) && \
71 $(shell mkdir -p $(EMPTY_DIRECTORY) && rm -rf $(EMPTY_DIRECTORY)/*)
520 $(shell $(call echo-warning,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
526 $(shell $(call echo-error,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
1071 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not…
1077 $(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) can not link…
1087 …$(shell $(call echo-error,$($(1).MAKEFILE),"$(call link-type-name-variant,$(1)) missing $(call lin…
1372 $(shell mkdir -p $(PRODUCT_OUT) $(HOST_OUT))
Dsoong_config.mk18 $(shell mkdir -p $(dir $(SOONG_VARIABLES)))
271 $(shell if ! cmp -s $(SOONG_VARIABLES).tmp $(SOONG_VARIABLES); then \
Denvsetup.mk138 HOST_OS_EXTRA := $(shell uname -rsm)
141 HOST_OS_EXTRA += $(shell source /etc/os-release; echo $$PRETTY_NAME)
144 HOST_OS_EXTRA += $(shell sw_vers -productVersion)
Dconfig.mk169 UNAME := $(shell uname -sm)
245 $(if $(1),$(shell $(NORMALIZE_PATH) $(1)))
1078 $(shell function sgrax() { \
Ddefinitions.mk196 $(shell build/make/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) \
307 $(shell cd $(LOCAL_PATH) ; \
422 $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1))))
434 $(sort $(filter-out $(patsubst %,$(1)/%,$(3)),$(patsubst ./%,%,$(shell cd \
445 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and -type f ; fi)), \
473 $(shell cd $(1) ; \
506 $(shell cd $(1) ; \
/build/make/
Denvsetup.sh6 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
939 adb shell ps \
971 adb shell mount -w -o remount -t rootfs rootfs;
974 adb shell mkdir -p /cores;
975 adb shell mount -t tmpfs tmpfs /cores;
976 adb shell chmod 0777 /cores;
979 adb shell restorecon -R /cores;
982 adb shell 'echo /cores/core.%p > /proc/sys/kernel/core_pattern';
1001 adb shell /system/bin/ulimit -p $PID -c unlimited
1026 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do
[all …]
DUsage.txt10 # Set up the shell environment.
19 This is saved in the shell environment as $TARGET_PRODUCT by `lunch`.
22 This gets saved in the shell environment as $TARGET_BUILD_VARIANT by
74 Variables can either be set in the surrounding shell environment or can be
/build/make/core/tasks/tools/
Dpackage-modules.mk47 …$(shell $(call echo-error,$(my_makefile),$(my_package_name): Invalid value for 'my_module_strict' …
51 my_missing_files = $(shell $(call echo-warning,$(my_makefile),$(my_package_name): Unknown installed…
56 …my_missing_files = $(shell $(call echo-error,$(my_makefile),$(my_package_name): Unknown installed …
Dcompatibility.mk50 $(test_suite_jdk): $(shell find $(test_suite_jdk_dir) -type f | sort)
/build/make/core/tasks/
Dtradefed-tests-list.mk20 $(eval tradefed_tests += $(shell find $(dir) -type f -name "*.xml")))
/build/soong/scripts/check_boot_jars/
Dcheck_boot_jars.py47 stdout=subprocess.PIPE, shell=True)
/build/soong/docs/
Dperf.md62 don't rely on output of a `$(shell)` command that includes the current timestamp,
68 `$(shell)` commands need to be re-executed to determine if their output changed.
74 verbose: *kati*: shell time (regen): 0.278095 / 66 (59 unique)
90 where possible). Often times, the biggest contributor is the `$(shell)` times
91 -- in this case, 66 calls took 0.27s. The top 10 longest shell functions are
95 this is where using pure make functions instead of calling out to the shell can
131 $(sort $(shell find device vendor -type -f -a -name \*.pk8 -o -name verifiedboot\* -o -name \*.x509…
141 `$(shell)` command:
Dbest_practices.md39 ## $(shell) use in Android.mk files
41 Don't use `$(shell)` to write files, create symlinks, etc. We expect to
45 * `$(shell)` calls run at the beginning of every build, at minimum this slows
/build/make/tools/rbcrun/
Dhost.go177 func shell(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, func
232 "rblf_shell": starlark.NewBuiltin("rblf_shell", shell),
DREADME.md84 `shell` builtin function. *This function will be eventually removed*.
/build/make/tools/releasetools/
Dfind_shareduid_violation.py65 cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/build/soong/third_party/zip/testdata/
Dreadme.notzip36 to your shell's path.

12