Searched refs:B_NAME_TOO_LONG (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSymLink.cpp76 RETURN_ERROR(B_NAME_TOO_LONG);
/haiku/src/kits/storage/
H A Dstorage_support.cpp120 return B_NAME_TOO_LONG;
353 - \c B_NAME_TOO_LONG, if \a entry is too long
362 error = B_NAME_TOO_LONG;
380 - \c B_NAME_TOO_LONG, if \a path, or any of its components is too long
397 error = B_NAME_TOO_LONG;
403 error = B_NAME_TOO_LONG;
H A DPath.cpp161 error = B_NAME_TOO_LONG;
170 error = B_NAME_TOO_LONG;
H A DVolume.cpp199 return B_NAME_TOO_LONG;
/haiku/src/system/kernel/
H A Dconvertutf.cpp107 return B_NAME_TOO_LONG;
/haiku/src/system/libroot/add-ons/icu/
H A DICUCategoryData.cpp94 result = B_NAME_TOO_LONG;
/haiku/src/tools/cppunit/
H A DTestUtils.cpp46 case B_NAME_TOO_LONG:
47 str = "B_NAME_TOO_LONG";
/haiku/src/tests/kits/storage/
H A DNodeTest.cpp245 CPPUNIT_ASSERT( node.InitCheck() == B_NAME_TOO_LONG );
293 // R5 returns E2BIG instead of B_NAME_TOO_LONG
294 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
407 CPPUNIT_ASSERT( node.InitCheck() == B_NAME_TOO_LONG );
463 CPPUNIT_ASSERT( node.SetTo(tooLongEntryname) == B_NAME_TOO_LONG );
464 CPPUNIT_ASSERT( node.InitCheck() == 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) );
582 CPPUNIT_ASSERT( node.SetTo(&pathDir, tooLongRelEntryname) == B_NAME_TOO_LONG );
583 CPPUNIT_ASSERT( node.InitCheck() == B_NAME_TOO_LONG );
[all...]
H A DSymLinkTest.cpp147 CPPUNIT_ASSERT( link.InitCheck() == B_NAME_TOO_LONG );
195 // R5 returns E2BIG instead of B_NAME_TOO_LONG
196 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
309 CPPUNIT_ASSERT( link.InitCheck() == B_NAME_TOO_LONG );
365 CPPUNIT_ASSERT( link.SetTo(tooLongEntryname) == B_NAME_TOO_LONG );
366 CPPUNIT_ASSERT( link.InitCheck() == B_NAME_TOO_LONG );
401 // R5 returns E2BIG instead of B_NAME_TOO_LONG
403 B_NAME_TOO_LONG) );
486 == B_NAME_TOO_LONG );
487 CPPUNIT_ASSERT( link.InitCheck() == B_NAME_TOO_LONG );
[all...]
H A DEntryTest.cpp148 B_NAME_TOO_LONG,
497 // R5: returns E2BIG instead of B_NAME_TOO_LONG
498 InitTest1Paths(tooLongEntry1, fuzzy_error(E2BIG, B_NAME_TOO_LONG));
499 // R5: returns B_ERROR instead of B_NAME_TOO_LONG
500 InitTest1Paths(tooLongDir16, fuzzy_error(B_ERROR, 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);
544 // R5: returns B_ERROR instead of B_NAME_TOO_LONG
545 InitTest1Paths(tooLongDir16, fuzzy_error(B_ERROR, B_NAME_TOO_LONG), true);
696 // R5: returns E2BIG instead of B_NAME_TOO_LONG
[all...]
H A DDirectoryTest.cpp153 CPPUNIT_ASSERT( dir.InitCheck() == B_NAME_TOO_LONG );
199 // BeOS R5 returns E2BIG instead of B_NAME_TOO_LONG
200 CPPUNIT_ASSERT( equals(entry.InitCheck(), E2BIG, B_NAME_TOO_LONG) );
325 CPPUNIT_ASSERT( dir.InitCheck() == B_NAME_TOO_LONG );
379 CPPUNIT_ASSERT( dir.SetTo(tooLongEntryname) == B_NAME_TOO_LONG );
380 CPPUNIT_ASSERT( dir.InitCheck() == 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) );
545 == B_NAME_TOO_LONG );
546 CPPUNIT_ASSERT( dir.InitCheck() == B_NAME_TOO_LONG );
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.cpp97 return B_NAME_TOO_LONG;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c193 case B_NAME_TOO_LONG:
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp333 return B_NAME_TOO_LONG;
423 return B_NAME_TOO_LONG;
637 return B_NAME_TOO_LONG;
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp154 _error = B_NAME_TOO_LONG;
212 return B_NAME_TOO_LONG;
223 return B_NAME_TOO_LONG;
/haiku/headers/os/support/
H A DErrors.h105 #define B_NAME_TOO_LONG (B_STORAGE_ERROR_BASE + 4) macro
212 #define ENAMETOOLONG B_TO_POSIX_ERROR(B_NAME_TOO_LONG)
/haiku/src/kits/midi/
H A DMidiPort.cpp251 return B_NAME_TOO_LONG;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp102 if (status == B_NAME_TOO_LONG)
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDevice.cpp278 return B_NAME_TOO_LONG;
H A DKPartition.cpp211 return B_NAME_TOO_LONG;
692 return B_NAME_TOO_LONG;
704 return B_NAME_TOO_LONG;
/haiku/headers/build/os/support/
H A DErrors.h106 #define B_NAME_TOO_LONG (B_STORAGE_ERROR_BASE + 4) macro
204 #define HAIKU_ENAMETOOLONG B_TO_POSIX_ERROR(B_NAME_TOO_LONG)
/haiku/src/bin/
H A Derror.c131 E(B_NAME_TOO_LONG),
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp364 ? B_OK : B_NAME_TOO_LONG;
/haiku/src/kits/device/
H A DJoystick.cpp318 return B_NAME_TOO_LONG;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp468 return B_NAME_TOO_LONG;

Completed in 241 milliseconds

12