36 extern int es_owfs_copy_file (
const char *src_path,
const char *metaname,
char *new_path);
37 extern int es_owfs_rename_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)
int es_owfs_copy_file(const char *src_path, const char *metaname, char *new_path)
ssize_t es_owfs_read_file(const char *path, void *buf, size_t count, off_t offset)
int count(int &result, const cub_regex_object ®, const std::string &src, const int position, const INTL_CODESET codeset)
ssize_t es_owfs_write_file(const char *path, const void *buf, size_t count, off_t offset)
int es_owfs_init(const char *base_path)
off_t es_owfs_get_file_size(const char *path)
int es_owfs_rename_file(const char *src_path, const char *metaname, char *new_path)