HomeSort by relevance Sort by last modified time
    Searched refs:find_file1 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 229 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2))))) macro
230 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )
  /external/libvpx/libvpx/build/make/
Makefile 219 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2))))) macro
220 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 219 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2))))) macro
220 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) )

Completed in 272 milliseconds