- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for canRename (0.07 seconds)
-
android/guava-tests/test/com/google/common/io/FilesTest.java
private final boolean canRename; private final boolean canDelete; UnmovableFile(File file, boolean canRename, boolean canDelete) { super(file.getPath()); this.canRename = canRename; this.canDelete = canDelete; } @Override public boolean renameTo(File to) { return canRename && super.renameTo(to); } @OverrideCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 18:44:53 GMT 2025 - 22.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/io/FilesTest.java
private final boolean canRename; private final boolean canDelete; UnmovableFile(File file, boolean canRename, boolean canDelete) { super(file.getPath()); this.canRename = canRename; this.canDelete = canDelete; } @Override public boolean renameTo(File to) { return canRename && super.renameTo(to); } @OverrideCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 18:44:53 GMT 2025 - 22.1K bytes - Click Count (0) -
cmd/erasure.go
for bucket := range bucketCh { select { case <-ctx.Done(): return default: } // Load cache for bucket cacheName := pathJoin(bucket.Name, dataUsageCacheName) cache := dataUsageCache{} scannerLogIf(ctx, cache.load(ctx, er, cacheName)) if cache.Info.Name == "" { cache.Info.Name = bucket.Name } cache.Info.SkipHealing = healing cache.Info.NextCycle = wantCycleCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 16.1K bytes - Click Count (0) -
api/go1.1.txt
pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16 pkg syscall (windows-386), type AddrinfoW struct, Family int32 pkg syscall (windows-386), type AddrinfoW struct, Flags int32 pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0)