Searched refs:secondarySignature (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/app/
H A DRoster.cpp2382 char secondarySignature[B_MIME_TYPE_LENGTH]; local
2384 secondarySignature[0] = '\0';
2389 superType.GetPreferredApp(secondarySignature);
2394 } else if (!strcmp(primarySignature, secondarySignature)) {
2397 secondarySignature[0] = '\0';
2423 if (secondarySignature[0] != '\0') {
2424 error = signatures.AddString(kSigField, secondarySignature);
2439 // Try to add the secondarySignature in front of all other
2445 && strcmp(secondarySignature, supportingType) == 0) {
2457 && strcmp(secondarySignature, supportingTyp
[all...]

Completed in 50 milliseconds