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

/frameworks/compile/libbcc/runtime/make/
H A Dlib_util.mk14 # Function: SelectFunctionDir config arch function-name optimized
18 SelectFunctionDir = $(strip \ macro
19 $(call Set,Tmp.SelectFunctionDir,$(call SelectFunctionDirs,$(1),$(2),$(3),$(4)))\
20 $(if $(call streq,1,$(words $(Tmp.SelectFunctionDir))),\
21 $(Tmp.SelectFunctionDir),\
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
23 $(if $(call streq,0,$(words $(Tmp.SelectFunctionDir))),\

Completed in 203 milliseconds