Searched refs:ENOTEMPTY (Results 1 – 8 of 8) sorted by relevance
51 #define ENOTEMPTY 39 /* 目录非空 Directory not empty. */ macro
57 #define ENOTEMPTY 39 /* 目录非空 Directory not empty. */ macro
133 #define ENOTEMPTY 58 /* 目录非空 Directory not empty.*/
321 return Err(SystemError::ENOTEMPTY); in unlink()
567 return Err(SystemError::ENOTEMPTY); in unlink()
112 ENOTEMPTY = 39, enumerator
1618 if r == SystemError::ENOTEMPTY { in rmdir()
801 return Err(SystemError::ENOTEMPTY); in remove()