tinygo/src/os
Dan Kegel b123ffcea4 os: implement CreateTemp
Until tinygo implements fastrand(), use a placeholder RNG here.
2021-12-01 12:53:04 +01:00
..
env.go os: stub out support for some more features 2021-11-26 08:05:35 +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, syscall: implement Stat and Lstat 2021-12-01 00:23:23 +01:00
file_anyos.go os: stub out support for some more features 2021-11-26 08:05:35 +01:00
file_anyos_test.go os: TempDir(): obey TMPDIR on unix, TMP on win, etc 2021-11-30 00:10:09 +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 Revert "Minor changes to support go 1.17" 2021-09-06 12:39:40 +02: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, syscall: implement Stat and Lstat 2021-12-01 00:23:23 +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_test.go os, syscall: implement ReadAt for unix 2021-11-29 20:13:29 +01:00
os_unix_test.go os.Remove: avoid double-wrapping err; fixes TODO in test 2021-11-29 20:49:28 +01:00
path_unix.go os, syscall: implement Stat and Lstat 2021-12-01 00:23:23 +01:00
path_windows.go os, syscall: implement Stat and Lstat 2021-12-01 00:23:23 +01:00
proc.go os: implement process related functions 2021-06-25 16:14:47 +02:00
stat.go os, syscall: implement Stat and Lstat 2021-12-01 00:23:23 +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_test.go os, syscall: implement Stat and Lstat 2021-12-01 00:23:23 +01:00
stat_unix.go os, syscall: implement Stat and Lstat 2021-12-01 00:23:23 +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 CreateTemp 2021-12-01 12:53:04 +01:00
tempfile_test.go os: implement CreateTemp 2021-12-01 12:53:04 +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