Searched refs:PATH (Results 1 – 24 of 24) sorted by relevance
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | tf_test_executable.sh.template | 29 export PATH={adb_path}:$PATH
|
/build/make/core/tasks/ |
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 | oem_image.mk | 37 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
|
D | platform_availability_check.mk | 34 $(m):$(word 1,$(ALL_MODULES.$(m).PATH))\
|
D | ide.mk | 42 source_paths := $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).PATH)) \
|
/build/soong/cmd/path_interposer/ |
D | main.go | 67 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
|
D | main_test.go | 133 … fmt.Errorf(`exec: "path_interposer_test_does_not_exist": executable file not found in $PATH`),
|
/build/make/core/ |
D | process_wrapper_gdb.sh | 11 export PATH=$PREV_PATH
|
D | process_wrapper.sh | 14 export PREV_PATH=$PATH
|
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||
|
D | Makefile | 2787 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 …]
|
D | base_rules.mk | 875 ifndef ALL_MODULES.$(my_register_name).PATH 893 ALL_MODULES.$(my_register_name).PATH := \ 894 $(ALL_MODULES.$(my_register_name).PATH) $(LOCAL_PATH)
|
D | config.mk | 45 $(KATI_obsolete_var PATH,Do not use PATH directly. See $(CHANGES_URL)#PATH)
|
D | main.mk | 692 $(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)))
|
D | definitions.mk | 549 $(if $(strip $(ALL_MODULES.$(m).PATH)), \
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 42 export PATH=$PATH:$GOROOT/bin
|
/build/ |
D | envsetup.sh | 198 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/ |
D | envsetup.sh | 198 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
|
D | Changes.md | 166 ## `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/ |
D | build_custom_image.mk | 154 $(hide) PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
|
/build/make/tests/ |
D | run.rbc | 38 …"device/google/redfin/audio/audio_platform_info_noextcodec_snd.xml:||VENDOR-PATH-PH||/etc/audio_pl…
|
D | device.rbc | 41 …find_and_copy("audio_platform_info*.xml", "device/google/redfin/audio", "||VENDOR-PATH-PH||/etc") +
|
/build/bazel/ |
D | common.bazelrc | 12 # Lock down the PATH variable in actions to /usr/bin and /usr/local/bin.
|
/build/bazel/docs/ |
D | concepts.md | 98 soong\_ui uses path\_interposer to prepare an hermetic $PATH with runtime 99 checks against allowlisted system tools. The $PATH contains these system
|