Lines Matching refs:suffix
586 * Get the filename suffix of the given file (everything after the
587 * last "." if any, or "<none>" if there's no apparent suffix). The
616 char suffix[10];
617 getFileNameSuffix(cpe->fileName, suffix, sizeof(suffix));
619 if ((strcmp(suffix, "jar") == 0) || (strcmp(suffix, "zip") == 0) ||
620 (strcmp(suffix, "apk") == 0)) {
627 } else if (strcmp(suffix, "dex") == 0) {
635 LOGE("Unknown type suffix '%s'", suffix);