Home | History | Annotate | Download | only in core

Lines Matching refs:directory

75 # Arguments: 1: directory path
76 # Returns : Generate a rule, but not dependency, to create a directory with
84 # ':' if ndk-build is called inside jni/ directory when path is expanded
101 # directory of the input file path will be created before it.
104 # Rationale: Many object files will be stored in the same output directory.
978 # - with no directory separators
990 $$(call __ndk_info,$$(LOCAL_MAKEFILE):$$(LOCAL_MODULE): LOCAL_MODULE_FILENAME must not contain directory separators)
1036 # binary file, and the directory where to place its object files.
1068 # Returns : the directory of the current Makefile
1075 # Arguments: 1: directory path
1076 # Returns : a list of all makefiles immediately below some directory
1559 # Add an optional single directory to the list of import paths
1563 $(call ndk_log,Adding import directory: $1)\
1567 # Add a directory to the list of import paths
1568 # This will warn if the directory does not exist
1572 $(call ndk_log,Adding import directory: $1)\
1575 $(call __ndk_info,WARNING: Ignoring unknown import directory: $1)\