Searched refs:symlinkHelp (Results 1 – 2 of 2) sorted by relevance
/dports/sysutils/restic/restic-0.12.1/vendor/bazil.org/fuse/fs/ |
H A D | serve_test.go | 1169 type symlinkHelp struct{} struct 1171 func (i *symlinkHelp) ServeHTTP(w http.ResponseWriter, req *http.Request) { argument 1187 func (i *symlinkHelp) doSymlink(ctx context.Context, req symlinkRequest) (*struct{}, error) { argument 1194 func (i *symlinkHelp) doReadlink(ctx context.Context, path string) (string, error) { argument 1198 var symlinkHelper = helpers.Register("symlink", &symlinkHelp{})
|
/dports/net/rclone/rclone-1.57.0/vendor/bazil.org/fuse/fs/ |
H A D | serve_test.go | 1099 type symlinkHelp struct{} struct 1101 func (i *symlinkHelp) ServeHTTP(w http.ResponseWriter, req *http.Request) { argument 1117 func (i *symlinkHelp) doSymlink(ctx context.Context, req symlinkRequest) (*struct{}, error) { argument 1124 func (i *symlinkHelp) doReadlink(ctx context.Context, path string) (string, error) { argument 1128 var symlinkHelper = helpers.Register("symlink", &symlinkHelp{})
|