- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for DstFilePath (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/xl-storage.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 91.7K bytes - Click Count (0) -
cmd/storage-datatypes.go
SrcFilePath string `msg:"sp"` DstVolume string `msg:"dv"` DstFilePath string `msg:"dp"` } // RenamePartHandlerParams are parameters for RenamePartHandler. type RenamePartHandlerParams struct { DiskID string `msg:"id"` SrcVolume string `msg:"sv"` SrcFilePath string `msg:"sp"` DstVolume string `msg:"dv"` DstFilePath string `msg:"dp"` Meta []byte `msg:"m"` SkipParent string `msg:"kp"`
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 17.4K bytes - Click Count (0) -
cmd/storage-datatypes_gen.go
case "dv": z.DstVolume, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "DstVolume") return } case "dp": z.DstFilePath, err = dc.ReadString() if err != nil { err = msgp.WrapError(err, "DstFilePath") return } default: err = dc.Skip() if err != nil { err = msgp.WrapError(err) return } } } return
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 151.7K bytes - Click Count (0)