Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DNodeTest.h75 static const char * tooLongRelEntryname; variable
H A DNodeTest.cpp406 BNode node(&pathDir, tooLongRelEntryname); in InitTest1()
582 CPPUNIT_ASSERT( node.SetTo(&pathDir, tooLongRelEntryname) == B_NAME_TOO_LONG ); in InitTest2()
1236 const char *NodeTest::tooLongRelEntryname = member in NodeTest
H A DSymLinkTest.cpp308 BSymLink link(&pathDir, tooLongRelEntryname); in InitTest1()
485 CPPUNIT_ASSERT( link.SetTo(&pathDir, tooLongRelEntryname) in InitTest2()
H A DDirectoryTest.cpp324 BDirectory dir(&pathDir, tooLongRelEntryname); in InitTest1()
544 CPPUNIT_ASSERT( dir.SetTo(&pathDir, tooLongRelEntryname) in InitTest2()