Searched defs:fnmatch0 (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
H A 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()))
|
/frameworks/compile/mclinker/lib/Object/ |
H A 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());
|
Completed in 51 milliseconds