Searched refs:readlink (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/system/libroot/posix/unistd/
H A Dlink.c16 readlink(const char *path, char *buffer, size_t bufferSize) function
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h118 int (*readlink)(ntfs_inode *ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h14 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_compat25
73 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_compat22
124 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_compat2
172 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations_compat1
H A Dfuse_lowlevel_compat.h21 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member in struct:fuse_lowlevel_ops_compat25
88 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h299 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member in struct:fuse_lowlevel_ops
1111 * readlink
H A Dfuse.h106 int (*readlink) (const char *, char *, size_t); member in struct:fuse_operations
/haiku/src/build/libroot/
H A Dfs_darwin.cpp387 // call readlink() ignoring fd
388 return readlink(path, buffer, bufferSize);
401 return readlink(fullPath, buffer, bufferSize);
H A Dfs.cpp1039 ssize_t bytesRead = readlink(realPath.c_str(), buffer, *_bufferSize);
1045 // here, we use readlink() to read the links contents, and then if it is
1052 // The number of bytes copied by readlink() tells us that the entire
/haiku/build/scripts/
H A Dbuild_haiku_image52 if readlink -f "$imagePath" > /dev/null 2>&1 ; then
53 normalizedImagePath=$(readlink -f "$imagePath")
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp131 if (ops->readlink == NULL)
136 ops->readlink(&request, ino);
H A Dfuse_fs.cpp273 if (fs->ops.readlink == NULL)
275 return fs->ops.readlink(path, buf, len);
H A DFUSEFileSystem.cpp477 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_SYMLINK, fLowLevelOps.readlink);
535 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_SYMLINK, fFS->ops.readlink);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp154 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_SYMLINK, fFSOps->readlink);
H A DBeOSKernelVolume.cpp284 if (!fFSOps->readlink)
287 return fFSOps->readlink(fVolumeCookie, node, buffer, bytesRead);
H A Dfs_interface.h198 beos_op_readlink *readlink; member in struct:beos_vnode_ops
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp274 ssize_t bytesRead = readlink(path.GetPath(), buffer, bufferSize);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h179 op_readlink *readlink; member in struct:vnode_ops
/haiku/src/bin/
H A Dcopyattr.cpp407 ssize_t bytesRead = readlink(sourcePath, linkTo,
/haiku/src/kits/storage/
H A DCopyEngine.cpp244 ssize_t bytesRead = readlink(sourcePath, linkTo, fBufferSize - 1);
/haiku/headers/posix/
H A Dunistd.h354 extern ssize_t readlink(const char *path, char *buffer, size_t bufferSize);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp162 PRINTD("##readlink\n");
408 fuseOps->readlink = fuse_readlink;
H A Dcommand_cp.cpp341 fssh_ssize_t bytesRead = readlink(fPath, buffer, bufferSize);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c384 res = CALL_REPARSE_PLUGIN(ni, readlink, &buf);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1678 #define readlink fssh_readlink macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2323 void readlink() {} function

Completed in 416 milliseconds

12