Searched defs:suffixes (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/lib/
H A DTripleOptions.cpp50 static const char *suffixes[] = { local
57 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
58 if (ProgName == suffixes[i])
65 for (size_t i = 0; i < sizeof(suffixes) / sizeof(suffixes[0]); ++i) {
66 if (!ProgNameRef.endswith(suffixes[i]))
70 ProgNameRef.size() - strlen(suffixes[i]));

Completed in 839 milliseconds