Open Enclave  0.6.x
oe_result_t oe_load_module_host_file_system ( void  )

Load the host file system module.

This function loads the host file system module which is needed for an enclave application to perform operations such as mount, fopen, fread and fwrite on files located on the host.

Return values
OE_OKThe module was successfully loaded.
OE_FAILUREModule failed to load.