Searched refs:PATH (Results 1 – 18 of 18) sorted by relevance
/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 | 30 $(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 | 252 _vendor_path_placeholder := ||VENDOR-PATH-PH|| 253 _product_path_placeholder := ||PRODUCT-PATH-PH|| 254 _system_ext_path_placeholder := ||SYSTEM_EXT-PATH-PH|| 255 _odm_path_placeholder := ||ODM-PATH-PH|| 256 _vendor_dlkm_path_placeholder := ||VENDOR_DLKM-PATH-PH|| 257 _odm_dlkm_path_placeholder := ||ODM_DLKM-PATH-PH||
|
D | Makefile | 2383 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 2577 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 2660 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 2732 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 2860 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 2917 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 2973 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 3030 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 3085 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ 3140 PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \ [all …]
|
D | base_rules.mk | 821 ifndef ALL_MODULES.$(my_register_name).PATH 839 ALL_MODULES.$(my_register_name).PATH := \ 840 $(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 | 1232 $(if $(or $(ALL_MODULES.$(m).PATH),$(call get-modules-for-2nd-arch,TARGET,$(m))),,$(m)))
|
/build/ |
D | envsetup.sh | 189 export PATH=${PATH/$ANDROID_BUILD_PATHS/} 192 export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/} 194 export PATH=${PATH/:%/} 283 export PATH=$ANDROID_BUILD_PATHS$PATH 300 export PATH=$ANDROID_PRE_BUILD_PATHS$PATH
|
/build/make/ |
D | envsetup.sh | 189 export PATH=${PATH/$ANDROID_BUILD_PATHS/} 192 export PATH=${PATH/$ANDROID_PRE_BUILD_PATHS/} 194 export PATH=${PATH/:%/} 283 export PATH=$ANDROID_BUILD_PATHS$PATH 300 export PATH=$ANDROID_PRE_BUILD_PATHS$PATH
|
D | Changes.md | 112 ## `m4` is not available on `$PATH` 527 ## PATH Tools {#PATH_Tools} 533 To start with, this includes replacing the $PATH with our own directory of 534 tools, mirroring that of the host PATH. The only difference so far is the 599 ### Stop using PATH directly {#PATH} 605 In most cases, you shouldn't need to touch PATH at all. When you need to have a 612 dependency, but modify the PATH within the rule itself: 616 PATH=my/path:$$PATH myscript -o $@ 621 Like PATH, this isn't only set by envsetup.sh, but it is modified by it. Due to
|
/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 | 154 $(hide) PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH \
|