Get an vfs::FileSystem for the process's real file system.
Synopsis
Declared in <llvm/Support/VirtualFileSystem.h>
IntrusiveRefCntPtr<FileSystem>
getRealFileSystem();
Description
Gets an vfs::FileSystem for the 'real' file system, as seen by the operating system. The working directory is linked to the process's working directory. (This is usually thread‐hostile). This may only be called outside the IO sandbox.
Return Value
A FileSystem for the process's real file system.
Created with MrDocs