Home
last modified time | relevance | path

Searched refs:SymlinkDescriptor (Results 1 – 3 of 3) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_descriptors.cpp237 SymlinkDescriptor::SymlinkDescriptor(const char *path) in SymlinkDescriptor() function in BPrivate::SymlinkDescriptor
244 SymlinkDescriptor::Close() in Close()
251 SymlinkDescriptor::Dup(Descriptor *&clone) in Dup()
253 clone = new SymlinkDescriptor(path.c_str()); in Dup()
259 SymlinkDescriptor::GetStat(bool traverseLink, struct stat *st) in GetStat()
276 SymlinkDescriptor::GetPath(string& path) const in GetPath()
H A Dfs_descriptors.h67 struct SymlinkDescriptor : Descriptor { struct
70 SymlinkDescriptor(const char *path); argument
H A Dfs.cpp412 if (SymlinkDescriptor* symlinkDescriptor in get_path()
413 = dynamic_cast<SymlinkDescriptor*>(descriptor)) { in get_path()
682 descriptor = new SymlinkDescriptor(normalizedPath.c_str()); in open_file()
906 } else if (SymlinkDescriptor *linkFD in _kern_write_stat()
907 = dynamic_cast<SymlinkDescriptor*>(descriptor)) { in _kern_write_stat()