Home
last modified time | relevance | path

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

/dports/net/rclone/rclone-1.57.0/fs/rc/
H A Dcache_test.go30 f, err := GetFsNamed(context.Background(), in, "potato")
37 f, err = GetFsNamed(context.Background(), in, "potato")
51 f, err := GetFsNamed(context.Background(), in, "potato")
61 f, err = GetFsNamed(context.Background(), in, "potato")
H A Dcache.go15 func GetFsNamed(ctx context.Context, in Params, fsName string) (f fs.Fs, err error) { func
67 return GetFsNamed(ctx, in, "fs")
78 f, err = GetFsNamed(ctx, in, fsName)
/dports/net/rclone/rclone-1.57.0/fs/sync/
H A Drc.go37 srcFs, err := rc.GetFsNamed(ctx, in, "srcFs")
41 dstFs, err := rc.GetFsNamed(ctx, in, "dstFs")