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

/build/core/
H A Ddefinitions.mk5 # you may not use this file except in compliance with the License.
97 # $(1): variable name list, not variable values
181 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 ".*") \
327 $(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -not
[all...]

Completed in 4 milliseconds