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
86 ENOTEMPTY = 39, enumerator
133 #define ENOTEMPTY 58 /* 目录非空 Directory not empty.*/
321 return Err(SystemError::ENOTEMPTY); in unlink()
564 return Err(SystemError::ENOTEMPTY); in unlink()
1576 if r == SystemError::ENOTEMPTY { in rmdir()
792 return Err(SystemError::ENOTEMPTY); in remove()