Searched defs:MP_VFS_LFSx (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | vfs_lfsx.c | 60 STATIC int MP_VFS_LFSx(dev_sync)(const struct LFSx_API (config) * c) { in MP_VFS_LFSx() function 103 const char *MP_VFS_LFSx(make_path)(MP_OBJ_VFS_LFSx * self, mp_obj_t path_in) { in MP_VFS_LFSx() function 155 typedef struct MP_VFS_LFSx (_ilistdir_it_t) { typedef 219 STATIC mp_obj_t MP_VFS_LFSx(remove)(mp_obj_t self_in, mp_obj_t path_in) { in MP_VFS_LFSx() function 230 STATIC mp_obj_t MP_VFS_LFSx(rmdir)(mp_obj_t self_in, mp_obj_t path_in) { in MP_VFS_LFSx() function 260 STATIC mp_obj_t MP_VFS_LFSx(mkdir)(mp_obj_t self_in, mp_obj_t path_o) { in MP_VFS_LFSx() function 271 STATIC mp_obj_t MP_VFS_LFSx(chdir)(mp_obj_t self_in, mp_obj_t path_in) { in MP_VFS_LFSx() function 339 STATIC mp_obj_t MP_VFS_LFSx(getcwd)(mp_obj_t self_in) { in MP_VFS_LFSx() function 350 STATIC mp_obj_t MP_VFS_LFSx(stat)(mp_obj_t self_in, mp_obj_t path_in) { in MP_VFS_LFSx() function 396 STATIC mp_obj_t MP_VFS_LFSx(statvfs)(mp_obj_t self_in, mp_obj_t path_in) { in MP_VFS_LFSx() function [all …]
|
A D | vfs_lfsx_file.c | 35 STATIC void MP_VFS_LFSx(check_open)(MP_OBJ_VFS_LFSx_FILE * self) { in MP_VFS_LFSx() function 41 STATIC void MP_VFS_LFSx(file_print)(const mp_print_t * print, mp_obj_t self_in, mp_print_kind_t kin… in MP_VFS_LFSx() function 47 mp_obj_t MP_VFS_LFSx(file_open)(mp_obj_t self_in, mp_obj_t path_in, mp_obj_t mode_in) { in MP_VFS_LFSx() function 125 STATIC mp_obj_t MP_VFS_LFSx(file___exit__)(size_t n_args, const mp_obj_t *args) { in MP_VFS_LFSx() function 131 STATIC mp_uint_t MP_VFS_LFSx(file_read)(mp_obj_t self_in, void *buf, mp_uint_t size, int *errcode) { in MP_VFS_LFSx() function 142 STATIC mp_uint_t MP_VFS_LFSx(file_write)(mp_obj_t self_in, const void *buf, mp_uint_t size, int *er… in MP_VFS_LFSx() function 158 STATIC mp_uint_t MP_VFS_LFSx(file_ioctl)(mp_obj_t self_in, mp_uint_t request, uintptr_t arg, int *e… in MP_VFS_LFSx() function
|
A D | vfs_lfs.c | 52 #define MP_VFS_LFSx(s) mp_vfs_lfs1_##s macro 98 #define MP_VFS_LFSx(s) mp_vfs_lfs2_##s macro
|
Completed in 5 milliseconds