Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DstFilePath (0.04 sec)

  1. cmd/xl-storage.go

    		return res, err
    	}
    
    	if err = checkPathLength(dstFilePath); err != nil {
    		return res, err
    	}
    
    	s.RLock()
    	formatLegacy := s.formatLegacy
    	s.RUnlock()
    
    	dstBuf, err := xioutil.ReadFile(dstFilePath)
    	if err != nil {
    		// handle situations when dstFilePath is 'file'
    		// for example such as someone is trying to
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Jun 13 11:33:47 UTC 2025
    - 91.7K bytes
    - Viewed (0)
  2. cmd/storage-rest-client.go

    	_, err = storageRenamePartRPC.Call(ctx, client.gridConn, &RenamePartHandlerParams{
    		DiskID:      *client.diskID.Load(),
    		SrcVolume:   srcVolume,
    		SrcFilePath: srcPath,
    		DstVolume:   dstVolume,
    		DstFilePath: dstPath,
    		Meta:        meta,
    		SkipParent:  skipParent,
    	})
    	return toStorageErr(err)
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 08 02:38:41 UTC 2025
    - 30.4K bytes
    - Viewed (0)
Back to top