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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2748 init_long_types(char *notTooLongType, char *tooLongType) argument
2758 strcpy(notTooLongType, "image/");
2759 memset(notTooLongType + strlen(notTooLongType), 'a',
2760 notTooLongLength - strlen(notTooLongType));
2761 notTooLongType[notTooLongLength] = '\0';
2784 char notTooLongType[B_MIME_TYPE_LENGTH + 3]; local
2786 init_long_types(notTooLongType, tooLongType);
2823 BMimeType type(notTooLongType);
2825 CHK(string(type.Type()) == notTooLongType);
2969 char notTooLongType[B_MIME_TYPE_LENGTH + 3]; local
[all...]

Completed in 41 milliseconds