Lines Matching defs:subdir

1369 	BDirectory subdir;
1372 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1373 CPPUNIT_ASSERT( subdir.InitCheck() == B_OK );
1375 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1378 subdir.Unset();
1379 CPPUNIT_ASSERT( subdir.SetTo((dirPathName + entryName).c_str()) == B_OK );
1380 subdir.Unset();
1383 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir)
1385 CPPUNIT_ASSERT( subdir.InitCheck() == B_NO_INIT );
1386 subdir.Unset();
1439 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1440 CPPUNIT_ASSERT( subdir.InitCheck() == B_OK );
1441 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1444 subdir.Unset();
1445 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1446 subdir.Unset();
1449 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir)
1451 CPPUNIT_ASSERT( subdir.InitCheck() == B_NO_INIT );
1452 subdir.Unset();
1501 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1502 CPPUNIT_ASSERT( subdir.InitCheck() == B_OK );
1503 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1506 subdir.Unset();
1507 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1508 subdir.Unset();
1511 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir)
1513 CPPUNIT_ASSERT( subdir.InitCheck() == B_NO_INIT );
1514 subdir.Unset();
1564 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1565 CPPUNIT_ASSERT( subdir.InitCheck() == B_OK );
1566 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK );
1569 subdir.Unset();
1570 CPPUNIT_ASSERT( subdir.SetTo((dirPathName + entryName).c_str()) == B_OK );
1571 subdir.Unset();
1574 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir)
1576 CPPUNIT_ASSERT( subdir.InitCheck() == B_NO_INIT );
1577 subdir.Unset();
1628 CPPUNIT_ASSERT( equals(dir.CreateDirectory(NULL, &subdir),
1630 CPPUNIT_ASSERT( subdir.InitCheck() == B_NO_INIT );
1631 subdir.Unset();
1662 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1663 subdir.Unset();
1668 subdir.Unset();
1769 BDirectory subdir;
1770 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1771 subdir.Unset();
1776 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1777 subdir.Unset();
1782 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1783 subdir.Unset();
1793 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1794 subdir.Unset();
1799 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1800 subdir.Unset();
1805 CPPUNIT_ASSERT( subdir.SetTo(entryName.c_str()) == B_OK );
1806 subdir.Unset();