9 class SymLink
: public Node
{
11 SymLink(Volume
*volume
);
14 virtual status_t
SetSize(off_t newSize
);
15 virtual off_t
GetSize() const;
17 status_t
SetLinkedPath(const char *path
);
18 const char *GetLinkedPath() const { return fLinkedPath
.GetString(); }
19 size_t GetLinkedPathLength() const { return fLinkedPath
.GetLength(); }
22 virtual void GetAllocationInfo(AllocationInfo
&info
);