Home
last modified time | relevance | path

Searched defs:rmdir (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Ddirent.c143 int rmdir(const char *path) in rmdir() function
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_basic.py45 def rmdir(self, path): member in Filesystem
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfsx.c230 STATIC mp_obj_t MP_VFS_LFSx(rmdir)(mp_obj_t self_in, mp_obj_t path_in) { in MP_VFS_LFSx() argument
/AliOS-Things-master/components/vfs/include/aos/
A Dvfs.h127 int (*rmdir)(file_t *fp, const char *path); member
/AliOS-Things-master/components/amp_adapter/portfiles/aos/
A Dvfs.h127 int (*rmdir)(file_t *fp, const char *path); member
/AliOS-Things-master/components/amp_adapter/
A Dvfs.h127 int (*rmdir)(file_t *fp, const char *path); member
/AliOS-Things-master/components/vfs/include/
A Dvfs_types.h122 int32_t (*rmdir) (vfs_file_t *fp, const char *path); member

Completed in 14 milliseconds