Home
last modified time | relevance | path

Searched defs:fnmatch0 (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp30 #define fnmatch0(pattern, string) (fnmatch(pattern, string, 0) == 0) macro
34 #define fnmatch0(pattern, string) (PathMatchSpec(string, pattern) == true) macro
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp28 #define fnmatch0(pattern, string) (fnmatch(pattern, string, 0) == 0) macro
32 #define fnmatch0(pattern, string) (PathMatchSpec(string, pattern) == true) macro