- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for FileMode (0.05 sec)
-
cmd/xl-storage.go
} var xl xlMetaV2 err = xl.LoadOrConvert(buf) if err != nil { return err } foundDirs := make(map[string]struct{}, len(xl.versions)) err = readDirFn(baseDir, func(name string, typ os.FileMode) error { if !typ.IsDir() { return nil } // See if directory has a UUID name. base := filepath.Base(name) _, err := uuid.Parse(base) if err == nil { foundDirs[base] = struct{}{}
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jun 13 11:33:47 UTC 2025 - 91.7K bytes - Viewed (0) -
api/go1.1.txt
pkg os, const O_RDONLY = 0 pkg os, const O_RDWR = 2 pkg os, const O_WRONLY = 1 pkg os, const SEEK_CUR = 1 pkg os, const SEEK_END = 2 pkg os, const SEEK_SET = 0 pkg os, method (FileMode) IsRegular() bool pkg os/signal, func Stop(chan<- os.Signal) pkg path/filepath (darwin-386), const ListSeparator = 58 pkg path/filepath (darwin-386), const Separator = 47
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)