Lines Matching defs:pathname

1330 	// too long pathname
1421 string pathname = testEntry->path;
1424 //printf("path: `%s', dir: `%s', new name: `%s'\n", pathname.c_str(),
1429 CreateFile(pathname.c_str());
1432 CreateDir(pathname.c_str());
1435 CreateLink(pathname.c_str(), file1.cpath);
1441 CPPUNIT_ASSERT( entry.SetTo(pathname.c_str()) == B_OK );
1445 printf("`%s'.Rename(`%s', %d): ", pathname.c_str(), newName.c_str(), clobber);
1453 CPPUNIT_ASSERT( !PingFile(pathname.c_str()) );
1457 CPPUNIT_ASSERT( !PingDir(pathname.c_str()) );
1461 CPPUNIT_ASSERT( !PingLink(pathname.c_str()) );
1469 CPPUNIT_ASSERT( PingFile(pathname.c_str()) );
1472 CPPUNIT_ASSERT( PingDir(pathname.c_str()) );
1475 CPPUNIT_ASSERT( PingLink(pathname.c_str(), file1.cpath) );
1482 RemoveFile(pathname.c_str());
1642 string pathname = testEntry->path;
1654 //printf("path: `%s', dir: `%s', new name: `%s'\n", pathname.c_str(),
1659 CreateFile(pathname.c_str());
1662 CreateDir(pathname.c_str());
1665 CreateLink(pathname.c_str(), file1.cpath);
1671 CPPUNIT_ASSERT( entry.SetTo(pathname.c_str()) == B_OK );
1676 printf("`%s'.MoveTo(`%s', NULL, %d): ", pathname.c_str(), dirname.c_str(), clobber);
1683 printf("`%s'.MoveTo(`%s', `%s', %d): ", pathname.c_str(), newName.c_str(), dirname.c_str(), clobber);
1692 CPPUNIT_ASSERT( !PingFile(pathname.c_str()) );
1696 CPPUNIT_ASSERT( !PingDir(pathname.c_str()) );
1700 CPPUNIT_ASSERT( !PingLink(pathname.c_str()) );
1708 CPPUNIT_ASSERT( PingFile(pathname.c_str()) );
1711 CPPUNIT_ASSERT( PingDir(pathname.c_str()) );
1714 CPPUNIT_ASSERT( PingLink(pathname.c_str(), file1.cpath) );
1721 RemoveFile(pathname.c_str());
2254 printf("WARNING: `%s' is not a harmless pathname.\n", path);