.. |
env.go
|
os: implement and smoketest os.Clearenv
|
2021-12-13 23:05:17 +01:00 |
env_test.go
|
os: implement and smoketest os.Clearenv
|
2021-12-13 23:05:17 +01:00 |
errors.go
|
WASI & darwin: support basic file io based on libc
|
2021-03-28 12:37:15 +02:00 |
exec.go
|
os: stub out support for some more features
|
2021-11-26 08:05:35 +01:00 |
executable_other.go
|
os: don't try to read executable path on baremetal
|
2021-09-28 20:28:15 +02:00 |
executable_procfs.go
|
os: don't try to read executable path on baremetal
|
2021-09-28 20:28:15 +02:00 |
export_test.go
|
os: implement CreateTemp
|
2021-12-01 12:53:04 +01:00 |
export_windows_test.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
file.go
|
os: implement and test os.MkdirTemp
|
2021-12-14 09:25:27 +01:00 |
file_anyos.go
|
os: implement and smoketest os.Chmod
|
2021-12-07 10:54:02 +01:00 |
file_anyos_test.go
|
os: implement and smoketest os.Chdir
|
2021-12-07 10:54:02 +01:00 |
file_go_116.go
|
Revert "Minor changes to support go 1.17"
|
2021-09-06 12:39:40 +02:00 |
file_go_other.go
|
os: add Perm stub on Go 1.15
|
2021-12-26 16:04:19 -05:00 |
file_other.go
|
os: TempDir(): obey TMPDIR on unix, TMP on win, etc
|
2021-11-30 00:10:09 +01:00 |
file_unix.go
|
os: implement and smoketest os.Chmod
|
2021-12-07 10:54:02 +01:00 |
file_windows.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
filesystem.go
|
os, syscall: implement ReadAt for unix
|
2021-11-29 20:13:29 +01:00 |
os_anyos_test.go
|
os: skip TestStatBadPath on windows for now
|
2021-12-14 09:25:27 +01:00 |
os_chmod_test.go
|
os: os_chmod_test.go: fix copyright
|
2021-12-16 16:36:53 -05:00 |
os_test.go
|
os: Chmod: don't test on wasi yet, wasi-libc does not yet support it
|
2021-12-16 16:36:53 -05:00 |
path.go
|
os: implement MkdirAll
|
2021-12-03 09:38:40 +01:00 |
path_test.go
|
os: implement MkdirAll
|
2021-12-03 09:38:40 +01:00 |
path_unix.go
|
os: remove as-yet unused function splitPath
|
2021-12-03 09:38:40 +01:00 |
path_windows.go
|
os: implement MkdirAll
|
2021-12-03 09:38:40 +01:00 |
path_windows_test.go
|
os/path_windows_test.go: don't fail on Wine, which allows dots for cur dir even in extended length paths
|
2021-12-15 12:23:28 +01:00 |
proc.go
|
os: implement process related functions
|
2021-06-25 16:14:47 +02:00 |
stat.go
|
src/os/stat.go: get build tags right, maybe
|
2021-12-09 22:14:29 +01:00 |
stat_darwin.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
stat_linux.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
stat_other.go
|
src/os/stat.go: get build tags right, maybe
|
2021-12-09 22:14:29 +01:00 |
stat_test.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
stat_unix.go
|
os.Stat: returned error on nonexistent path did not satisfy IsNotExist
|
2021-12-14 09:25:27 +01:00 |
stat_windows.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
sys.go
|
extend stdlib to allow import of more packages (#1099)
|
2020-06-23 11:56:28 +02:00 |
tempfile.go
|
os: implement and test os.MkdirTemp
|
2021-12-14 09:25:27 +01:00 |
tempfile_test.go
|
os: skip TestMkdirTempBadDir on windows until TestStatBadDir passes
|
2021-12-14 09:25:27 +01:00 |
types.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
types_unix.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |
types_windows.go
|
os, syscall: implement Stat and Lstat
|
2021-12-01 00:23:23 +01:00 |