Searched refs:excludeExtensionLen (Results 1 – 1 of 1) sorted by relevance
268 int excludeExtensionLen = strlen(kExcludeExtension); in processFile() local269 if (fileNameLen > excludeExtensionLen in processFile()270 && (0 == strcmp(storageName.string() + (fileNameLen - excludeExtensionLen), in processFile()