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.mk186 find -L $(1) -name "*.java" -and -not -name ".*") \
208 find -L $(1) -name "*.c" -and -not -name ".*") \
230 find -L $(1) -name "I*.aidl" -and -not -name ".*") \
251 find -L $(1) -name "*.logtags" -and -not -name ".*") \
264 find -L $(1) -name "*.proto" -and -not -name ".*") \
277 find -L $(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*") \
290 find -L $(1) -name "*.S" -and -not -name ".*") \
303 find -L $(1) -name "*.html" -and -not -name ".*") \
318 ## SRC_FILES := $(call find-subdir-files, <pattern>)
321 define find
[all...]

Completed in 38 milliseconds