Searched defs:fnmatch0 (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 30 #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/ |
D | SectionMap.cpp | 28 #define fnmatch0(pattern, string) (fnmatch(pattern, string, 0) == 0) macro 32 #define fnmatch0(pattern, string) (PathMatchSpec(string, pattern) == true) macro
|