Searched refs: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 55 if (fnmatch0(pattern_to_keep[i], pName.c_str())) in shouldKeep()
|
/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 330 return fnmatch0(pPattern.name().c_str(), pName.c_str()); in matched()
|