Searched refs:nonExistingSuper (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/
H A DSymLinkTest.cpp104 const char *nonExistingSuper = nonExistingSuperDirname; local
261 BDirectory pathDir(nonExistingSuper);
335 const char *nonExistingSuper = nonExistingSuperDirname; local
450 CPPUNIT_ASSERT( pathDir.SetTo(nonExistingSuper) == B_OK );
H A DNodeTest.cpp202 const char *nonExistingSuper = nonExistingSuperDirname; local
359 BDirectory pathDir(nonExistingSuper);
433 const char *nonExistingSuper = nonExistingSuperDirname; local
547 CPPUNIT_ASSERT( pathDir.SetTo(nonExistingSuper) == B_OK );
H A DDirectoryTest.cpp113 const char *nonExistingSuper = nonExistingSuperDirname; local
283 BDirectory pathDir(nonExistingSuper);
348 const char *nonExistingSuper = nonExistingSuperDirname; local
501 pathDir.SetTo(nonExistingSuper);
638 const char *nonExistingSuper = nonExistingSuperDirname; local
717 CPPUNIT_ASSERT( dir.SetTo(nonExistingSuper) == B_OK );

Completed in 53 milliseconds