Searched refs:g_ExeExts (Results 1 – 1 of 1) sorted by relevance
782 static const char * const g_ExeExts[] = variable793 for (unsigned i = 0; i < ARRAY_SIZE(g_ExeExts); i++) in IsExeExt()794 if (StringsAreEqualNoCase_Ascii(ext, g_ExeExts[i])) in IsExeExt()