virtualx-engine/drivers/unix
bruvzg 082b420c0a
Implement OS.execute_with_pipe method to run process with redirected stdio.
Implement `pipe://*` path handling for creation of named pipes.
2024-03-27 11:41:16 +02:00
..
dir_access_unix.cpp
dir_access_unix.h
file_access_unix.cpp fix FileAccessUnix on OpenBSD: there is no UF_HIDDEN 2024-03-01 19:33:49 +00:00
file_access_unix.h Use platform-specific methods for FileAccess reading and writing 2023-10-29 17:34:18 +01:00
file_access_unix_pipe.cpp Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
file_access_unix_pipe.h Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
ip_unix.cpp
ip_unix.h
net_socket_posix.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
net_socket_posix.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
os_unix.cpp Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
os_unix.h Implement OS.execute_with_pipe method to run process with redirected stdio. 2024-03-27 11:41:16 +02:00
SCsub
syslog_logger.cpp
syslog_logger.h
thread_posix.cpp
thread_posix.h