Subversion Repositories freemyipod

Rev

Rev 770 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 770 Rev 782
Line 117... Line 117...
117
int emcore_file_rename(const char* path, const char* newpath);
117
int emcore_file_rename(const char* path, const char* newpath);
118
int emcore_dir_open(uint32_t* handle, const char* name);
118
int emcore_dir_open(uint32_t* handle, const char* name);
119
int emcore_dir_read(struct emcore_dir_entry* entry, const uint32_t handle);
119
int emcore_dir_read(struct emcore_dir_entry* entry, const uint32_t handle);
120
int emcore_dir_close(const uint32_t handle);
120
int emcore_dir_close(const uint32_t handle);
121
int emcore_dir_close_all(uint32_t* count);
121
int emcore_dir_close_all(uint32_t* count);
-
 
122
int emcore_dir_create(const char* name);
-
 
123
int emcore_dir_remove(const char* name);
122
int emcore_errno(uint32_t* emcore_errno_value);
124
int emcore_errno(uint32_t* emcore_errno_value);
123
int emcore_malloc(uint32_t* ptr, const uint32_t size);
125
int emcore_malloc(uint32_t* ptr, const uint32_t size);
124
int emcore_memalign(uint32_t* ptr, const uint32_t align, const uint32_t size);
126
int emcore_memalign(uint32_t* ptr, const uint32_t align, const uint32_t size);
125
int emcore_realloc(uint32_t* new_ptr, const uint32_t ptr, const uint32_t size);
127
int emcore_realloc(uint32_t* new_ptr, const uint32_t ptr, const uint32_t size);
126
int emcore_reownalloc(const uint32_t ptr, const uint32_t owner);
128
int emcore_reownalloc(const uint32_t ptr, const uint32_t owner);