Searched refs:ENOTEMPTY (Results 1 – 7 of 7) sorted by relevance
51 #define ENOTEMPTY 39 /* 目录非空 Directory not empty. */ macro
90 ENOTEMPTY = 39, enumerator
573 return Err(SystemError::ENOTEMPTY); in remove()
396 return Err(SystemError::ENOTEMPTY); in unlink()
691 return Err(SystemError::ENOTEMPTY); in unlink()
793 return Err(SystemError::ENOTEMPTY); in remove()
1675 if r == SystemError::ENOTEMPTY { in rmdir()