occlum/test/symlink
LI Qing 61cf75e68b Add readlink from /proc/self/fd/<fd> to get file paths
* Fix readlink from `/proc/self/exe` to get absolute path of the executable file
* Add readlink from`/proc/self/fd/<fd>` to get the file's real path

Note that for now we only support read links _statically_, meaning that even
if the file or any of its ancestors is moved after the file is opened, the
absolute paths obtained from the API does not change.
2020-01-23 04:40:54 +00:00
..
main.c Add readlink from /proc/self/fd/<fd> to get file paths 2020-01-23 04:40:54 +00:00
Makefile Add readlink from /proc/self/fd/<fd> to get file paths 2020-01-23 04:40:54 +00:00