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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp1423 string newPathname = newTestEntry->path; local
1425 //dirname.c_str(), newPathname.c_str());
1439 CreateFile(newPathname.c_str());
1454 CPPUNIT_ASSERT( PingFile(newPathname.c_str()) );
1458 CPPUNIT_ASSERT( PingDir(newPathname.c_str()) );
1462 CPPUNIT_ASSERT( PingLink(newPathname.c_str(), file1.cpath) );
1465 RemoveFile(newPathname.c_str());
1479 CPPUNIT_ASSERT( PingFile(newPathname.c_str()) );
1480 RemoveFile(newPathname.c_str());
1644 string newPathname local
[all...]

Completed in 31 milliseconds