X7ROOT File Manager
Current Path:
/opt/golang/1.17.2/src/os
opt
/
golang
/
1.17.2
/
src
/
os
/
📁
..
📄
dir.go
(4.4 KB)
📄
dir_darwin.go
(2.92 KB)
📄
dir_plan9.go
(2.03 KB)
📄
dir_unix.go
(5.02 KB)
📄
dir_windows.go
(1.69 KB)
📄
dirent_aix.go
(759 B)
📄
dirent_dragonfly.go
(1.28 KB)
📄
dirent_freebsd.go
(1.16 KB)
📄
dirent_js.go
(678 B)
📄
dirent_linux.go
(1.18 KB)
📄
dirent_netbsd.go
(1.16 KB)
📄
dirent_openbsd.go
(1.16 KB)
📄
dirent_solaris.go
(759 B)
📄
endian_big.go
(278 B)
📄
endian_little.go
(360 B)
📄
env.go
(3.84 KB)
📄
env_test.go
(3.87 KB)
📄
env_unix_test.go
(1.35 KB)
📄
error.go
(4.84 KB)
📄
error_errno.go
(264 B)
📄
error_plan9.go
(234 B)
📄
error_posix.go
(685 B)
📄
error_test.go
(4.92 KB)
📄
error_unix_test.go
(1.63 KB)
📄
error_windows_test.go
(1.74 KB)
📄
example_test.go
(4.79 KB)
📁
exec
📄
exec.go
(5.83 KB)
📄
exec_plan9.go
(3.29 KB)
📄
exec_posix.go
(3.59 KB)
📄
exec_unix.go
(2.24 KB)
📄
exec_unix_test.go
(785 B)
📄
exec_windows.go
(4.87 KB)
📄
executable.go
(774 B)
📄
executable_darwin.go
(613 B)
📄
executable_dragonfly.go
(293 B)
📄
executable_freebsd.go
(292 B)
📄
executable_path.go
(2.33 KB)
📄
executable_plan9.go
(443 B)
📄
executable_procfs.go
(951 B)
📄
executable_solaris.go
(695 B)
📄
executable_sysctl.go
(919 B)
📄
executable_test.go
(3.38 KB)
📄
executable_windows.go
(641 B)
📄
export_linux_test.go
(216 B)
📄
export_test.go
(395 B)
📄
export_unix_test.go
(381 B)
📄
export_windows_test.go
(349 B)
📄
fifo_test.go
(1.83 KB)
📄
file.go
(21.55 KB)
📄
file_plan9.go
(14.9 KB)
📄
file_posix.go
(7.1 KB)
📄
file_unix.go
(12.24 KB)
📄
file_windows.go
(13.68 KB)
📄
getwd.go
(2.52 KB)
📄
os_test.go
(64.82 KB)
📄
os_unix_test.go
(8.55 KB)
📄
os_windows_test.go
(32.56 KB)
📄
path.go
(2.01 KB)
📄
path_plan9.go
(497 B)
📄
path_test.go
(2.96 KB)
📄
path_unix.go
(1.7 KB)
📄
path_windows.go
(5.97 KB)
📄
path_windows_test.go
(2.73 KB)
📄
pipe2_bsd.go
(680 B)
📄
pipe2_illumos.go
(648 B)
📄
pipe_bsd.go
(865 B)
📄
pipe_linux.go
(1010 B)
📄
pipe_test.go
(11.21 KB)
📄
proc.go
(2.09 KB)
📄
rawconn.go
(1010 B)
📄
rawconn_test.go
(1.15 KB)
📄
read_test.go
(3.04 KB)
📄
readfrom_linux.go
(1.03 KB)
📄
readfrom_linux_test.go
(9.58 KB)
📄
readfrom_stub.go
(319 B)
📄
removeall_at.go
(4.87 KB)
📄
removeall_noat.go
(3.28 KB)
📄
removeall_test.go
(10.09 KB)
📁
signal
📄
stat.go
(733 B)
📄
stat_aix.go
(1.18 KB)
📄
stat_darwin.go
(1.19 KB)
📄
stat_dragonfly.go
(1.15 KB)
📄
stat_freebsd.go
(1.17 KB)
📄
stat_js.go
(1.22 KB)
📄
stat_linux.go
(1.16 KB)
📄
stat_netbsd.go
(1.16 KB)
📄
stat_openbsd.go
(1.15 KB)
📄
stat_plan9.go
(2.3 KB)
📄
stat_solaris.go
(1.15 KB)
📄
stat_test.go
(5.98 KB)
📄
stat_unix.go
(1.37 KB)
📄
stat_windows.go
(3.56 KB)
📄
sticky_bsd.go
(485 B)
📄
sticky_notbsd.go
(469 B)
📄
str.go
(817 B)
📄
sys.go
(294 B)
📄
sys_aix.go
(682 B)
📄
sys_bsd.go
(514 B)
📄
sys_js.go
(331 B)
📄
sys_linux.go
(1.04 KB)
📄
sys_plan9.go
(453 B)
📄
sys_solaris.go
(265 B)
📄
sys_unix.go
(635 B)
📄
sys_windows.go
(874 B)
📄
tempfile.go
(3.87 KB)
📄
tempfile_test.go
(5.4 KB)
📁
testdata
📄
timeout_test.go
(13.36 KB)
📄
types.go
(2.79 KB)
📄
types_plan9.go
(823 B)
📄
types_unix.go
(802 B)
📄
types_windows.go
(6.32 KB)
📁
user
📄
wait_unimp.go
(631 B)
📄
wait_wait6.go
(1.52 KB)
📄
wait_waitid.go
(1.34 KB)
Editing: os_unix_test.go
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris // +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris package os_test import ( "io" "os" . "os" "path/filepath" "runtime" "strings" "syscall" "testing" "time" ) func init() { isReadonlyError = func(err error) bool { return err == syscall.EROFS } } // For TestRawConnReadWrite. type syscallDescriptor = int func checkUidGid(t *testing.T, path string, uid, gid int) { dir, err := Lstat(path) if err != nil { t.Fatalf("Lstat %q (looking for uid/gid %d/%d): %s", path, uid, gid, err) } sys := dir.Sys().(*syscall.Stat_t) if int(sys.Uid) != uid { t.Errorf("Lstat %q: uid %d want %d", path, sys.Uid, uid) } if int(sys.Gid) != gid { t.Errorf("Lstat %q: gid %d want %d", path, sys.Gid, gid) } } func TestChown(t *testing.T) { // Use TempDir() to make sure we're on a local file system, // so that the group ids returned by Getgroups will be allowed // on the file. On NFS, the Getgroups groups are // basically useless. f := newFile("TestChown", t) defer Remove(f.Name()) defer f.Close() dir, err := f.Stat() if err != nil { t.Fatalf("stat %s: %s", f.Name(), err) } // Can't change uid unless root, but can try // changing the group id. First try our current group. gid := Getgid() t.Log("gid:", gid) if err = Chown(f.Name(), -1, gid); err != nil { t.Fatalf("chown %s -1 %d: %s", f.Name(), gid, err) } sys := dir.Sys().(*syscall.Stat_t) checkUidGid(t, f.Name(), int(sys.Uid), gid) // Then try all the auxiliary groups. groups, err := Getgroups() if err != nil { t.Fatalf("getgroups: %s", err) } t.Log("groups: ", groups) for _, g := range groups { if err = Chown(f.Name(), -1, g); err != nil { t.Fatalf("chown %s -1 %d: %s", f.Name(), g, err) } checkUidGid(t, f.Name(), int(sys.Uid), g) // change back to gid to test fd.Chown if err = f.Chown(-1, gid); err != nil { t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) } checkUidGid(t, f.Name(), int(sys.Uid), gid) } } func TestFileChown(t *testing.T) { // Use TempDir() to make sure we're on a local file system, // so that the group ids returned by Getgroups will be allowed // on the file. On NFS, the Getgroups groups are // basically useless. f := newFile("TestFileChown", t) defer Remove(f.Name()) defer f.Close() dir, err := f.Stat() if err != nil { t.Fatalf("stat %s: %s", f.Name(), err) } // Can't change uid unless root, but can try // changing the group id. First try our current group. gid := Getgid() t.Log("gid:", gid) if err = f.Chown(-1, gid); err != nil { t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) } sys := dir.Sys().(*syscall.Stat_t) checkUidGid(t, f.Name(), int(sys.Uid), gid) // Then try all the auxiliary groups. groups, err := Getgroups() if err != nil { t.Fatalf("getgroups: %s", err) } t.Log("groups: ", groups) for _, g := range groups { if err = f.Chown(-1, g); err != nil { t.Fatalf("fchown %s -1 %d: %s", f.Name(), g, err) } checkUidGid(t, f.Name(), int(sys.Uid), g) // change back to gid to test fd.Chown if err = f.Chown(-1, gid); err != nil { t.Fatalf("fchown %s -1 %d: %s", f.Name(), gid, err) } checkUidGid(t, f.Name(), int(sys.Uid), gid) } } func TestLchown(t *testing.T) { // Use TempDir() to make sure we're on a local file system, // so that the group ids returned by Getgroups will be allowed // on the file. On NFS, the Getgroups groups are // basically useless. f := newFile("TestLchown", t) defer Remove(f.Name()) defer f.Close() dir, err := f.Stat() if err != nil { t.Fatalf("stat %s: %s", f.Name(), err) } linkname := f.Name() + "2" if err := Symlink(f.Name(), linkname); err != nil { if runtime.GOOS == "android" && IsPermission(err) { t.Skip("skipping test on Android; permission error creating symlink") } t.Fatalf("link %s -> %s: %v", f.Name(), linkname, err) } defer Remove(linkname) // Can't change uid unless root, but can try // changing the group id. First try our current group. gid := Getgid() t.Log("gid:", gid) if err = Lchown(linkname, -1, gid); err != nil { if err, ok := err.(*PathError); ok && err.Err == syscall.ENOSYS { t.Skip("lchown is unavailable") } t.Fatalf("lchown %s -1 %d: %s", linkname, gid, err) } sys := dir.Sys().(*syscall.Stat_t) checkUidGid(t, linkname, int(sys.Uid), gid) // Then try all the auxiliary groups. groups, err := Getgroups() if err != nil { t.Fatalf("getgroups: %s", err) } t.Log("groups: ", groups) for _, g := range groups { if err = Lchown(linkname, -1, g); err != nil { t.Fatalf("lchown %s -1 %d: %s", linkname, g, err) } checkUidGid(t, linkname, int(sys.Uid), g) // Check that link target's gid is unchanged. checkUidGid(t, f.Name(), int(sys.Uid), int(sys.Gid)) } } // Issue 16919: Readdir must return a non-empty slice or an error. func TestReaddirRemoveRace(t *testing.T) { oldStat := *LstatP defer func() { *LstatP = oldStat }() *LstatP = func(name string) (FileInfo, error) { if strings.HasSuffix(name, "some-file") { // Act like it's been deleted. return nil, ErrNotExist } return oldStat(name) } dir := newDir("TestReaddirRemoveRace", t) defer RemoveAll(dir) if err := os.WriteFile(filepath.Join(dir, "some-file"), []byte("hello"), 0644); err != nil { t.Fatal(err) } d, err := Open(dir) if err != nil { t.Fatal(err) } defer d.Close() fis, err := d.Readdir(2) // notably, greater than zero if len(fis) == 0 && err == nil { // This is what used to happen (Issue 16919) t.Fatal("Readdir = empty slice & err == nil") } if len(fis) != 0 || err != io.EOF { t.Errorf("Readdir = %d entries: %v; want 0, io.EOF", len(fis), err) for i, fi := range fis { t.Errorf(" entry[%d]: %q, %v", i, fi.Name(), fi.Mode()) } t.FailNow() } } // Issue 23120: respect umask when doing Mkdir with the sticky bit func TestMkdirStickyUmask(t *testing.T) { const umask = 0077 dir := newDir("TestMkdirStickyUmask", t) defer RemoveAll(dir) oldUmask := syscall.Umask(umask) defer syscall.Umask(oldUmask) p := filepath.Join(dir, "dir1") if err := Mkdir(p, ModeSticky|0755); err != nil { t.Fatal(err) } fi, err := Stat(p) if err != nil { t.Fatal(err) } if mode := fi.Mode(); (mode&umask) != 0 || (mode&^ModePerm) != (ModeDir|ModeSticky) { t.Errorf("unexpected mode %s", mode) } } // See also issues: 22939, 24331 func newFileTest(t *testing.T, blocking bool) { if runtime.GOOS == "js" { t.Skipf("syscall.Pipe is not available on %s.", runtime.GOOS) } p := make([]int, 2) if err := syscall.Pipe(p); err != nil { t.Fatalf("pipe: %v", err) } defer syscall.Close(p[1]) // Set the read-side to non-blocking. if !blocking { if err := syscall.SetNonblock(p[0], true); err != nil { syscall.Close(p[0]) t.Fatalf("SetNonblock: %v", err) } } // Convert it to a file. file := NewFile(uintptr(p[0]), "notapipe") if file == nil { syscall.Close(p[0]) t.Fatalf("failed to convert fd to file!") } defer file.Close() timeToWrite := 100 * time.Millisecond timeToDeadline := 1 * time.Millisecond if !blocking { // Use a longer time to avoid flakes. // We won't be waiting this long anyhow. timeToWrite = 1 * time.Second } // Try to read with deadline (but don't block forever). b := make([]byte, 1) timer := time.AfterFunc(timeToWrite, func() { syscall.Write(p[1], []byte("a")) }) defer timer.Stop() file.SetReadDeadline(time.Now().Add(timeToDeadline)) _, err := file.Read(b) if !blocking { // We want it to fail with a timeout. if !isDeadlineExceeded(err) { t.Fatalf("No timeout reading from file: %v", err) } } else { // We want it to succeed after 100ms if err != nil { t.Fatalf("Error reading from file: %v", err) } } } func TestNewFileBlock(t *testing.T) { t.Parallel() newFileTest(t, true) } func TestNewFileNonBlock(t *testing.T) { t.Parallel() newFileTest(t, false) } func TestSplitPath(t *testing.T) { t.Parallel() for _, tt := range []struct{ path, wantDir, wantBase string }{ {"a", ".", "a"}, {"a/", ".", "a"}, {"a//", ".", "a"}, {"a/b", "a", "b"}, {"a/b/", "a", "b"}, {"a/b/c", "a/b", "c"}, {"/a", "/", "a"}, {"/a/", "/", "a"}, {"/a/b", "/a", "b"}, {"/a/b/", "/a", "b"}, {"/a/b/c", "/a/b", "c"}, {"//a", "/", "a"}, {"//a/", "/", "a"}, {"///a", "/", "a"}, {"///a/", "/", "a"}, } { if dir, base := SplitPath(tt.path); dir != tt.wantDir || base != tt.wantBase { t.Errorf("splitPath(%q) = %q, %q, want %q, %q", tt.path, dir, base, tt.wantDir, tt.wantBase) } } }
Upload File
Create Folder