resolved_path 277 examples/VFS/skel_opaque.c static char *skel_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) resolved_path 279 examples/VFS/skel_opaque.c return vfswrap_realpath(NULL, path, resolved_path); resolved_path 269 examples/VFS/skel_transparent.c static char *skel_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) resolved_path 271 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); resolved_path 671 lib/replace/replace.c char *rep_realpath(const char *path, char *resolved_path) resolved_path 253 lib/replace/replace.h char *rep_realpath(const char *path, char *resolved_path); resolved_path 1087 source3/client/mount.cifs.c char * resolved_path = NULL; resolved_path 1324 source3/client/mount.cifs.c resolved_path = (char *)malloc(PATH_MAX+1); resolved_path 1325 source3/client/mount.cifs.c if(resolved_path) { resolved_path 1328 source3/client/mount.cifs.c if (realpath(mountpoint, resolved_path)) { resolved_path 1329 source3/client/mount.cifs.c mountpoint = resolved_path; resolved_path 1595 source3/client/mount.cifs.c SAFE_FREE(resolved_path); resolved_path 380 source3/include/vfs.h char *(*realpath)(struct vfs_handle_struct *handle, const char *path, char *resolved_path); resolved_path 85 source3/include/vfs_macros.h #define SMB_VFS_REALPATH(conn, path, resolved_path) ((conn)->vfs.ops.realpath((conn)->vfs.handles.realpath, (path), (resolved_path))) resolved_path 219 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_REALPATH(conn, path, resolved_path) ((conn)->vfs_opaque.ops.realpath((conn)->vfs_opaque.handles.realpath, (path), (resolved_path))) resolved_path 354 source3/include/vfs_macros.h #define SMB_VFS_NEXT_REALPATH(handle, path, resolved_path) ((handle)->vfs_next.ops.realpath((handle)->vfs_next.handles.realpath, (path), (resolved_path))) resolved_path 270 source3/modules/vfs_cap.c static char *cap_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) resolved_path 279 source3/modules/vfs_cap.c return SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); resolved_path 286 source3/modules/vfs_catia.c const char *path, char *resolved_path) resolved_path 288 source3/modules/vfs_catia.c return SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); resolved_path 1047 source3/modules/vfs_default.c static char *vfswrap_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) resolved_path 1052 source3/modules/vfs_default.c result = realpath(path, resolved_path); resolved_path 201 source3/modules/vfs_full_audit.c const char *path, char *resolved_path); resolved_path 1638 source3/modules/vfs_full_audit.c const char *path, char *resolved_path) resolved_path 1642 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_REALPATH(handle, path, resolved_path); resolved_path 407 source3/modules/vfs_onefs_shadow_copy.c char *resolved_path) resolved_path 410 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, resolved_path), resolved_path 414 source3/modules/vfs_shadow_copy2.c const char *fname, char *resolved_path) resolved_path 416 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(REALPATH, (handle, name, resolved_path), char *, NULL);