OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_file1
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile
238
find_file1
=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2)))))
macro
239
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 188 milliseconds