Subversion Repositories freemyipod

Rev

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

Rev 898 Rev 899
Line 118... Line 118...
118
    }
118
    }
119
 
119
 
120
    return 0;
120
    return 0;
121
}
121
}
122
 
122
 
-
 
123
int32_t emcorefs_utimens(const char *path, const struct timespec tv[2]) {
-
 
124
    (void)path;
-
 
125
    (void)tv;
-
 
126
    
-
 
127
    return 0;
-
 
128
}
-
 
129
 
123
int32_t emcorefs_opendir(const char *path, struct fuse_file_info *fi) {
130
int32_t emcorefs_opendir(const char *path, struct fuse_file_info *fi) {
124
    int32_t res;
131
    int32_t res;
125
    uint32_t handle;
132
    uint32_t handle;
126
 
133
 
127
    res = emcore_dir_open(&handle, path);
134
    res = emcore_dir_open(&handle, path);