Lines Matching refs:BSymLink
20 \brief Provides the BSymLink class.
25 \class BSymLink
36 \fn BSymLink::BSymLink()
37 \brief Creates an uninitialized BSymLink object.
44 \fn BSymLink::BSymLink(const BSymLink& other)
45 \brief Creates a copy of the supplied BSymLink object.
47 \param other The BSymLink object to be copied.
54 \fn BSymLink::BSymLink(const entry_ref* ref)
55 \brief Creates a BSymLink object and initializes it to the symbolic link
65 \fn BSymLink::BSymLink(const BEntry* entry)
66 \brief Creates a BSymLink object and initializes it to the symbolic link
76 \fn BSymLink::BSymLink(const char* path)
77 \brief Creates a BSymLink object and initializes it to the symbolic link
87 \fn BSymLink::BSymLink(const BDirectory* dir, const char* path)
88 \brief Creates a BSymLink object and initializes it to the symbolic link
100 \fn BSymLink::~BSymLink()
103 If the BSymLink was properly initialized, the file descriptor of the
111 \fn ssize_t BSymLink::ReadLink(char* buffer, size_t size)
135 \fn ssize_t BSymLink::MakeLinkedPath(const char* dirPath, BPath* path)
153 \fn ssize_t BSymLink::MakeLinkedPath(const BDirectory* dir, BPath* path)
171 \fn bool BSymLink::IsAbsolute()