Skip to content

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

int es_owfs_copy_file (
    const  char * src_path,
    const  char * metaname,
    char * new_path
) 

function es_owfs_create_file

int es_owfs_create_file (
    char * new_path
) 

function es_owfs_delete_file

int es_owfs_delete_file (
    const  char * path
) 

function es_owfs_final

void es_owfs_final (
    void
) 

function es_owfs_get_file_size

off_t es_owfs_get_file_size (
    const  char * path
) 

function es_owfs_init

int es_owfs_init (
    const  char * base_path
) 

function es_owfs_read_file

ssize_t es_owfs_read_file (
    const  char * path,
    void * buf,
    size_t count,
    off_t offset
) 

function es_owfs_rename_file

int es_owfs_rename_file (
    const  char * src_path,
    const  char * metaname,
    char * new_path
) 

function es_owfs_write_file

ssize_t es_owfs_write_file (
    const  char * path,
    const  void * buf,
    size_t count,
    off_t offset
) 


The documentation for this class was generated from the following file cubrid/src/storage/es_owfs.h