Home
last modified time | relevance | path

Searched refs:ENOTEMPTY (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h185 #ifndef ENOTEMPTY
186 #define ENOTEMPTY 39 macro
H A Dyaffs_error.c33 { ENOTEMPTY, "ENOTEMPTY"},
H A Dyaffs_uboot_glue.c131 case ENOTEMPTY: return "Not empty"; in yaffs_error_str()
H A Dyaffsfs.c1466 yaffsfs_SetError(-ENOTEMPTY); in yaffsfs_DoUnlink()
1548 yaffsfs_SetError(-ENOTEMPTY); in yaffs_rename()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h45 #define ENOTEMPTY 39 /* Directory not empty */ macro
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c53 ERRNO_MSG(ENOTEMPTY, "Directory not empty"),