Home
last modified time | relevance | path

Searched refs:find_file1 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/build/make/
DMakefile244 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2))))) macro
245 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )