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

/haiku/headers/os/storage/
H A DSymLink.h34 bool IsAbsolute();
H A DPath.h50 bool IsAbsolute() const;
/haiku/src/kits/storage/
H A DSymLink.cpp151 BSymLink::IsAbsolute() function in class:BSymLink
H A DPath.cpp309 BPath::IsAbsolute() const function in class:BPath
/haiku/src/tests/kits/storage/
H A DSymLinkTest.cpp31 suite->addTest( new TC("BSymLink::IsAbsolute Test",
820 CPPUNIT_ASSERT( link.IsAbsolute() == false );
825 CPPUNIT_ASSERT( link.IsAbsolute() == true );
830 CPPUNIT_ASSERT( link.IsAbsolute() == false );
835 CPPUNIT_ASSERT( link.IsAbsolute() == false );
840 CPPUNIT_ASSERT( link.IsAbsolute() == false );
845 CPPUNIT_ASSERT( link.IsAbsolute() == false );
/haiku/src/kits/media/legacy/
H A DOldMediaModule.h175 virtual bool IsAbsolute();
H A DOldMediaModule.cpp552 BTimeBase::IsAbsolute() function in class:BTimeBase
/haiku/src/kits/mail/
H A DMailSettings.cpp436 if (!path.IsAbsolute()) {
/haiku/src/preferences/network/
H A DNetworkWindow.cpp294 if (symlink.IsAbsolute())

Completed in 157 milliseconds