Searched refs:fuzzy_error (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/kits/storage/ |
H A D | EntryTest.cpp | 177 fuzzy_error(status_t error1, status_t error2) in fuzzy_error() function 498 InitTest1Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG)); in InitTest1() 500 InitTest1Paths(tooLongDir16, fuzzy_error(B_ERROR, B_NAME_TOO_LONG)); in InitTest1() 543 InitTest1Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG), true); in InitTest1() 545 InitTest1Paths(tooLongDir16, fuzzy_error(B_ERROR, B_NAME_TOO_LONG), true); in InitTest1() 697 InitTest1DirPaths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG)); in InitTest1() 745 InitTest1DirPaths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG), true); in InitTest1() 975 InitTest2Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG)); in InitTest2() 977 InitTest2Paths(tooLongDir16, fuzzy_error(B_ERROR, B_NAME_TOO_LONG)); in InitTest2() 1020 InitTest2Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG), true); in InitTest2() [all …]
|