Searched refs:E2BIG (Results 26 - 31 of 31) sorted by path

12

/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp445 status = E2BIG;
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp199 // BeOS R5 returns E2BIG instead of B_NAME_TOO_LONG
200 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
424 // BeOS R5 returns E2BIG instead of B_NAME_TOO_LONG
425 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
H A DEntryTest.cpp155 E2BIG
497 // R5: returns E2BIG instead of B_NAME_TOO_LONG
498 InitTest1Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG));
542 // R5: returns E2BIG instead of B_NAME_TOO_LONG
543 InitTest1Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG), true);
696 // R5: returns E2BIG instead of B_NAME_TOO_LONG
697 InitTest1DirPaths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG));
744 // R5: returns E2BIG instead of B_NAME_TOO_LONG
745 InitTest1DirPaths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG), true);
974 // R5: returns E2BIG instea
[all...]
H A DFindDirectoryTest.cpp394 == E2BIG );
H A DNodeTest.cpp293 // R5 returns E2BIG instead of B_NAME_TOO_LONG
294 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
499 // R5 returns E2BIG instead of B_NAME_TOO_LONG
500 CPPUNIT_ASSERT( equals(entry.SetTo(tooLongEntryname), E2BIG, B_NAME_TOO_LONG) );
H A DSymLinkTest.cpp195 // R5 returns E2BIG instead of B_NAME_TOO_LONG
196 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
401 // R5 returns E2BIG instead of B_NAME_TOO_LONG
402 CPPUNIT_ASSERT( equals(entry.SetTo(tooLongEntryname), E2BIG,

Completed in 87 milliseconds

12