Home | History | Annotate | Download | only in core

Lines Matching defs:pretty

915 # Function : pretty-dir
918 # used to perform pretty-printing for logs.
920 pretty-dir = $(patsubst $(NDK_ROOT)/%,<NDK>/%,\
924 -test-pretty-dir = \
926 $(call test-expect,foo,$(call pretty-dir,foo))\
927 $(call test-expect,foo,$(call pretty-dir,$(NDK_PROJECT_PATH)/foo))\
928 $(call test-expect,foo/bar,$(call pretty-dir,$(NDK_PROJECT_PATH)/foo/bar))\
929 $(call test-expect,<NDK>/foo,$(call pretty-dir,$(NDK_ROOT)/foo))\
930 $(call test-expect,<NDK>/foo/bar,$(call pretty-dir,$(NDK_ROOT)/foo/bar))