Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 24 of 24) sorted by relevance

/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/
Dtf_test_executable.sh.template29 export PATH={adb_path}:$PATH
/build/make/core/tasks/
Dvendor_module_check.mk71 $(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) \
Doem_image.mk37 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
Dplatform_availability_check.mk34 $(m):$(word 1,$(ALL_MODULES.$(m).PATH))\
Dide.mk42 source_paths := $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).PATH)) \
/build/soong/cmd/path_interposer/
Dmain.go67 var usage = fmt.Errorf(`To use the PATH interposer:
68 * Write the original PATH variable to <interposer>_origpath
69 * Set up a directory of symlinks to the PATH interposer, and use that in PATH
Dmain_test.go133 … fmt.Errorf(`exec: "path_interposer_test_does_not_exist": executable file not found in $PATH`),
/build/make/core/
Dprocess_wrapper_gdb.sh11 export PATH=$PREV_PATH
Dprocess_wrapper.sh14 export PREV_PATH=$PATH
Denvsetup.mk271 _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||
DMakefile2787 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
2884 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
2967 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
3037 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
3108 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
3160 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
3211 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
3282 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
3333 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
3384 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
[all …]
Dbase_rules.mk875 ifndef ALL_MODULES.$(my_register_name).PATH
893 ALL_MODULES.$(my_register_name).PATH := \
894 $(ALL_MODULES.$(my_register_name).PATH) $(LOCAL_PATH)
Dconfig.mk45 $(KATI_obsolete_var PATH,Do not use PATH directly. See $(CHANGES_URL)#PATH)
Dmain.mk692 $(eval r_m := $(foreach r_j,$(r_m),$(if $(ALL_MODULES.$(r_j).PATH),$(r_j)))) \
716 $(eval r_m := $(foreach r_j,$(r_m),$(if $(ALL_MODULES.$(r_j).PATH),$(r_j)))) \
1293 $(if $(or $(ALL_MODULES.$(m).PATH),$(call get-modules-for-2nd-arch,TARGET,$(m))),,$(m)))
Ddefinitions.mk549 $(if $(strip $(ALL_MODULES.$(m).PATH)), \
/build/soong/third_party/zip/testdata/
Dreadme.notzip42 export PATH=$PATH:$GOROOT/bin
/build/
Denvsetup.sh198 export PATH=${PATH/$ANDROID_BUILD_PATHS/}
201 export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/}
203 export PATH=${PATH/:%/}
292 export PATH=$ANDROID_BUILD_PATHS$PATH
309 export PATH=$ANDROID_PRE_BUILD_PATHS$PATH
/build/make/
Denvsetup.sh198 export PATH=${PATH/$ANDROID_BUILD_PATHS/}
201 export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/}
203 export PATH=${PATH/:%/}
292 export PATH=$ANDROID_BUILD_PATHS$PATH
309 export PATH=$ANDROID_PRE_BUILD_PATHS$PATH
DChanges.md166 ## `m4` is not available on `$PATH`
581 ## PATH Tools {#PATH_Tools}
587 To start with, this includes replacing the $PATH with our own directory of
588 tools, mirroring that of the host PATH. The only difference so far is the
653 ### Stop using PATH directly {#PATH}
659 In most cases, you shouldn't need to touch PATH at all. When you need to have a
666 dependency, but modify the PATH within the rule itself:
670 PATH=my/path:$$PATH myscript -o $@
675 Like PATH, this isn't only set by envsetup.sh, but it is modified by it. Due to
/build/make/core/tasks/tools/
Dbuild_custom_image.mk154 $(hide) PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
/build/make/tests/
Drun.rbc38 …"device/google/redfin/audio/audio_platform_info_noextcodec_snd.xml:||VENDOR-PATH-PH||/etc/audio_pl…
Ddevice.rbc41 …find_and_copy("audio_platform_info*.xml", "device/google/redfin/audio", "||VENDOR-PATH-PH||/etc") +
/build/bazel/
Dcommon.bazelrc12 # Lock down the PATH variable in actions to /usr/bin and /usr/local/bin.
/build/bazel/docs/
Dconcepts.md98 soong\_ui uses path\_interposer to prepare an hermetic $PATH with runtime
99 checks against allowlisted system tools. The $PATH contains these system