Searched refs:PATH (Results 1 – 25 of 38) sorted by relevance
12
/build/bazel/rules/tradefed/ |
D | tradefed.sh.tpl | 15 export PATH="${PATH_ADDITIONS}:${PATH}" 31 export PATH=$JAVA_HOME/bin:$PATH
|
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | tf_test_executable.sh.template | 29 export PATH={path_additions}:$PATH
|
/build/bazel/ci/ |
D | atest_integration_test.sh | 45 export PATH=${PWD}/prebuilts/build-tools/path/linux-x86:${PATH}
|
/build/make/core/ |
D | process_wrapper_gdb.sh | 11 export PATH=$PREV_PATH
|
D | process_wrapper.sh | 14 export PREV_PATH=$PATH
|
D | notice_files.mk | 138 …ALL_MODULES.$(my_register_name).PATH := $(strip $(ALL_MODULES.$(my_register_name).PATH) $(local_pa…
|
D | envsetup.mk | 271 _vendor_path_placeholder := ||VENDOR-PATH-PH|| 272 _product_path_placeholder := ||PRODUCT-PATH-PH|| 273 _system_ext_path_placeholder := ||SYSTEM_EXT-PATH-PH|| 274 _odm_path_placeholder := ||ODM-PATH-PH|| 275 _vendor_dlkm_path_placeholder := ||VENDOR_DLKM-PATH-PH|| 276 _odm_dlkm_path_placeholder := ||ODM_DLKM-PATH-PH|| 277 _system_dlkm_path_placeholder := ||SYSTEM_DLKM-PATH-PH||
|
D | layoutlib_data.mk | 110 $(eval _module_path := $(strip $(sort $(ALL_MODULES.$(_module_name).PATH)))) \ 125 $(eval _module_path := $(strip $(sort $(ALL_MODULES.$(_module_name).PATH)))) \
|
/build/make/tools/finalization/ |
D | finalize-vintf-resources.sh | 13 export PATH="$PATH:$ANDROID_HOST_OUT/bin/"
|
/build/make/core/tasks/ |
D | oem_image.mk | 37 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
|
D | vendor_module_check.mk | 71 $(if $(filter vendor/%, $(ALL_MODULES.$(m).PATH)),\ 72 $(if $(filter-out $(_vendor_exception_path_prefix), $(ALL_MODULES.$(m).PATH)),\ 98 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH) with unknown owner \ 112 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH) \
|
D | platform_availability_check.mk | 34 $(m):$(word 1,$(ALL_MODULES.$(m).PATH))\
|
D | module-info.mk | 28 $(call write-optional-json-list, "path", $(sort $(ALL_MODULES.$(m).PATH))) \
|
/build/bazel/mk2rbc/ |
D | replace_dynamic_qcpath.sh | 9 /^ *(\$\(call inherit-product|-?include).*\$\(QC_PROP_(PATH|ROOT)\)/i#RBC# include_top vendor/qcom
|
/build/bazel/bin/ |
D | bazel | 95 build --action_env=PATH=${RESTRICTED_PATH} 233 BAZEL_PATH=$PATH:${RESTRICTED_PATH} 236 PATH="${BAZEL_PATH}" JAVA_HOME="${ANDROID_BAZEL_JDK_PATH}" \
|
/build/make/ |
D | envsetup.sh | 175 export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/} 177 export PATH=${PATH/:%/} 183 export PATH=${PATH/$ANDROID_LUNCH_BUILD_PATHS/} 250 export PATH=$ANDROID_LUNCH_BUILD_PATHS:$PATH 276 export PATH=${PATH/$ANDROID_GLOBAL_BUILD_PATHS/} 310 export PATH=$ANDROID_GLOBAL_BUILD_PATHS:$PATH
|
/build/ |
D | envsetup.sh | 175 export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/} 177 export PATH=${PATH/:%/} 183 export PATH=${PATH/$ANDROID_LUNCH_BUILD_PATHS/} 250 export PATH=$ANDROID_LUNCH_BUILD_PATHS:$PATH 276 export PATH=${PATH/$ANDROID_GLOBAL_BUILD_PATHS/} 310 export PATH=$ANDROID_GLOBAL_BUILD_PATHS:$PATH
|
/build/soong/cmd/path_interposer/ |
D | main.go | 84 var usage = fmt.Errorf(`To use the PATH interposer: 85 * Write the original PATH variable to <interposer>_origpath 86 * Set up a directory of symlinks to the PATH interposer, and use that in PATH
|
D | main_test.go | 133 … fmt.Errorf(`exec: "path_interposer_test_does_not_exist": executable file not found in $PATH`),
|
/build/bazel/scripts/ |
D | apex_compare.sh | 47 on the PATH. If you have FUSE's fuse-ext2 and fuse-zip installed, you
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 42 export PATH=$PATH:$GOROOT/bin
|
/build/make/core/tasks/tools/ |
D | build_custom_image.mk | 147 $(hide) PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
|
/build/bazel_common_rules/exec/ |
D | exec.bzl | 37 hermeticity is not enforced or guaranteed, especially if `script` accesses PATH. 92 hermeticity is not enforced or guaranteed, especially if `script` accesses PATH. 144 rule, especially if a target specifies `script` that accesses PATH.
|
/build/bazel_common_rules/exec/impl/ |
D | exec.bzl | 59 hermeticity is not enforced or guaranteed, especially if `script` accesses PATH. 91 hermeticity is not enforced or guaranteed, especially if `script` accesses PATH. 123 rule, especially if a target specifies `script` that accesses PATH.
|
/build/soong/scripts/ |
D | run-ckati.sh | 84 PATH="$PWD/prebuilts/build-tools/path/linux-x86:$PWD/${out}/.path" \
|
12