Module os

Module os 

Source
Expand description

Implementation of std::os functionality for unix systems

Structsยง

JoinPathsError

Constantsยง

PATH_SEPARATOR ๐Ÿ”’
TMPBUF_SZ ๐Ÿ”’

Functionsยง

chdirNon-target_os=espidf
current_exeLinux or Cygwin or target_os=hurd or Android or target_os=nuttx or Emscripten
errnoNeither DragonFly BSD nor target_os=vxworks nor target_os=rtems
Returns the platform-specific value of errno
errno_locationNeither DragonFly BSD nor target_os=vxworks nor target_os=rtems
error_string
Gets a detailed string description for the given error number.
exit
getcwdNon-target_os=espidf
getpid
getppid
glibc_versionLinux and GNU
home_dir
join_paths
page_sizeNon-target_os=espidf
parse_glibc_version ๐Ÿ”’ Linux and GNU
set_errnoNon-DragonFly BSD and non-target_os=vxworks and non-target_os=rtems
Sets the platform-specific value of errno
split_paths
temp_dir

Type Aliasesยง

SplitPaths