Home
last modified time | relevance | path

Searched refs:rmdir (Results 1 – 10 of 10) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Dunistd.h107 int rmdir(const char *path);
Dunistd.c159 int rmdir(const char *path) in rmdir() function
/DragonOS-0.1.2/docs/kernel/filesystem/vfs/
Doverview.md210 long (*rmdir)(struct vfs_index_node_t *inode, struct vfs_dir_entry_t *dEntry);
233 **rmdir**
235   该函数被rmdir()系统调用所调用,用于删除给定inode下的子目录项。
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h155 long (*rmdir)(struct vfs_index_node_t *inode, struct vfs_dir_entry_t *dEntry); member
DVFS.c689 retval = dentry->dir_inode->inode_ops->rmdir(dentry->dir_inode, dentry); in vfs_rmdir()
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c37 .rmdir = NULL,
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/
DV0.1.0.md234 - 支持的命令:ls,cd,mkdir,exec,about,rmdir,rm,cat,touch,reboot
/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.c178 .rmdir = &devfs_rmdir,
/DragonOS-0.1.2/user/apps/shell/
Dcmd.c423 int retval = rmdir(full_path); in shell_cmd_rmdir()
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.c1345 .rmdir = fat32_rmdir,