Home
last modified time | relevance | path

Searched refs:notTooLongLength (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2753 const int notTooLongLength = B_MIME_TYPE_LENGTH; in init_long_types() local
2755 const int notTooLongLength = B_MIME_TYPE_LENGTH - 1; in init_long_types()
2757 const int tooLongLength = notTooLongLength + 1; in init_long_types()
2760 notTooLongLength - strlen(notTooLongType)); in init_long_types()
2761 notTooLongType[notTooLongLength] = '\0'; in init_long_types()