File es_owfs.h¶
FileList > cubrid > src > storage > es_owfs.h
Go to the source code of this file
#include "es_common.h"#include "es_list.h"
Public Functions¶
| Type | Name |
|---|---|
| int | es_owfs_copy_file (const char * src_path, const char * metaname, char * new_path) |
| int | es_owfs_create_file (char * new_path) |
| int | es_owfs_delete_file (const char * path) |
| void | es_owfs_final (void) |
| off_t | es_owfs_get_file_size (const char * path) |
| int | es_owfs_init (const char * base_path) |
| ssize_t | es_owfs_read_file (const char * path, void * buf, size_t count, off_t offset) |
| int | es_owfs_rename_file (const char * src_path, const char * metaname, char * new_path) |
| ssize_t | es_owfs_write_file (const char * path, const void * buf, size_t count, off_t offset) |
Public Functions Documentation¶
function es_owfs_copy_file¶
function es_owfs_create_file¶
function es_owfs_delete_file¶
function es_owfs_final¶
function es_owfs_get_file_size¶
function es_owfs_init¶
function es_owfs_read_file¶
function es_owfs_rename_file¶
function es_owfs_write_file¶
The documentation for this class was generated from the following file cubrid/src/storage/es_owfs.h