Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for StatInfoFile (0.06 sec)

  1. cmd/xl-storage.go

    		case <-ctx.Done():
    			return ctx.Err()
    		case resp <- r:
    		}
    		if req.MaxResults > 0 && found >= req.MaxResults {
    			return nil
    		}
    	}
    	return nil
    }
    
    func (s *xlStorage) StatInfoFile(ctx context.Context, volume, path string, glob bool) (stat []StatInfo, err error) {
    	volumeDir, err := s.getVolDir(volume)
    	if err != nil {
    		return stat, err
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Jun 13 11:33:47 UTC 2025
    - 91.7K bytes
    - Viewed (0)
Back to top