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

/build/core/
H A Ddefinitions.mk13 # See the License for the specific language governing permissions and
35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
61 # Full path to all asm, C, C++, lex and yacc generated C files.
80 # Target and host installed module's dependencies on shared libraries.
90 # They are escaped and quoted so can be passed safely to a bash command.
118 ## and empty otherwise
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
419 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and
[all...]
/build/make/core/
H A Ddefinitions.mk13 # See the License for the specific language governing permissions and
35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
61 # Full path to all asm, C, C++, lex and yacc generated C files.
80 # Target and host installed module's dependencies on shared libraries.
90 # They are escaped and quoted so can be passed safely to a bash command.
118 ## and empty otherwise
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
419 $(shell if [ -d $(1) ] ; then cd $(1) ; find -L ./ -not -name '.*' -and
[all...]

Completed in 558 milliseconds