Home | History | Annotate | Download | only in core

Lines Matching refs:subst

733     $(if $(filter-out __,_$(subst $(strip $(1)),,$(strip $(2)))$(subst $(strip $(2)),,$(strip $(1)))_),,true), \
745 $(subst $(space),:,$(strip $(1)))
752 $(subst $(space),$(comma),$(strip $(1)))
767 $(word $(1),$(subst :,$(space),$(2)))
780 $(subst $(space)$(_cpSEP)$(space),$(_cpSEP),$(strip \
781 $(subst $(_cpSEP), $(_cpSEP) ,$(1))))
792 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\
840 $(subst //,/,$(1)/$(2))
891 $(eval _gpo_names := $(subst /,@@@ @@@,$(1)))
899 $(eval _gpo_names := $(subst .,@@@ @@@,$(_gpo_names)))
1106 define-aidl-java-rule-src := $(patsubst %.aidl,%.java,$(subst ../,dotdot/,$(addprefix $(2)/,$(1))))
1119 define-aidl-cpp-rule-src := $(patsubst %.aidl,%$(LOCAL_CPP_EXTENSION),$(subst ../,dotdot/,$(addprefix $(2)/,$(1))))
1144 define-vts-cpp-rule-src := $(patsubst %.vts,%$(LOCAL_CPP_EXTENSION),$(subst ../,dotdot/,$(addprefix $(2)/,$(1))))
1464 o := $(intermediates)/$(patsubst %$(LOCAL_CPP_EXTENSION),%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))
1477 o := $(intermediates)/$(patsubst %.c,%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))
1490 o := $(intermediates)/$(patsubst %.S,%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))
1503 o := $(intermediates)/$(patsubst %.s,%.o,$(subst ../,$(DOTDOT_REPLACEMENT),$(1)))
2103 $(eval _p_w := $(strip $(subst /,$(space),$(dir $(1)))))$(2)/$(subst $(space),/,$(_p_w))_$(if $(filter values%,$(lastword $(_p_w))),$(patsubst %.xml,%.arsc,$(notdir $(1))),$(notdir $(1))).flat
2246 -not -path $(PRIVATE_CLASS_INTERMEDIATES_DIR)/$(subst .,/,$(pkg))/\*) -delete ; \
2250 $(PRIVATE_CLASS_INTERMEDIATES_DIR)/$(subst .,/,$(pkg))))
2527 $(filter-out -classpath -bootclasspath "",$(subst :,$(space),$(1)))
2791 $(eval _cmf_tuple := $(subst :, ,$(f))) \
3057 $(eval _o := $(subst ||, ,$(lastword $(LOCAL_PACKAGE_OVERRIDES))))
3058 $(eval _n := $(subst ||, ,$(firstword $(LOCAL_PACKAGE_OVERRIDES))))
3253 $(eval _expanded_path := $(filter-out .,$(subst /,$(space),$(1))))
3254 $(eval _path := $(if $(_rooted),/)$(subst $(space),/,$(call _clean-path-expanded,$(_rooted),$(_expanded_path))))
3401 $(eval _o := $(subst ||,$(space),$(source))) \
3406 $(eval enforce_rro_source_overlays := $(subst :, ,$(word 5,$(_o)))) \