godot/drivers/unix
ne0fhyk 24e3b3b88d Add full support for Android scoped storage.
This was done by refactoring directory and file access handling for the Android platform so that any general filesystem access type go through the Android layer.
This allows us to validate whether the access is unrestricted, or whether it falls under scoped storage and thus act appropriately.
2022-06-26 16:53:02 -07:00
..
SCsub
dir_access_unix.cpp Add full support for Android scoped storage. 2022-06-26 16:53:02 -07:00
dir_access_unix.h Add full support for Android scoped storage. 2022-06-26 16:53:02 -07:00
file_access_unix.cpp Add full support for Android scoped storage. 2022-06-26 16:53:02 -07:00
file_access_unix.h Add full support for Android scoped storage. 2022-06-26 16:53:02 -07:00
ip_unix.cpp [Net] Simplify IP resolution code, fix caching. 2022-01-31 22:54:25 +01:00
ip_unix.h
net_socket_posix.cpp
net_socket_posix.h
os_unix.cpp Add OS::is_process_running function. 2022-05-05 15:02:46 +02:00
os_unix.h Add OS::is_process_running function. 2022-05-05 15:02:46 +02:00
syslog_logger.cpp
syslog_logger.h
thread_posix.cpp
thread_posix.h