Searched defs:find (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Dproduct_config.mk76 define find-copy-subdir-files
77 $(shell find $(2) -name "$(1)" | $(SED_EXTENDED) "s:($(2)/?(.*)):\\1\\:$(3)/\\2:" | sed "s://:/:g")
H A Ddefinitions.mk181 find -L $(1) -name "*.java" -and -not -name ".*") \
203 find -L $(1) -name "*.c" -and -not -name ".*") \
225 find -L $(1) -name "I*.aidl" -and -not -name ".*") \
246 find -L $(1) -name "*.logtags" -and -not -name ".*") \
259 find -L $(1) -name "*.proto" -and -not -name ".*") \
272 find -L $(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*") \
285 find -L $(1) -name "*.html" -and -not -name ".*") \
300 ## SRC_FILES := $(call find-subdir-files, <pattern>)
303 define find-subdir-files
304 $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find
[all...]

Completed in 65 milliseconds