Searched refs:ENOTEMPTY (Results 1 – 6 of 6) sorted by relevance
122 static final int ENOTEMPTY = OsConstants.ENOTEMPTY; field in UnixConstants
442 (x.errno() == EEXIST || x.errno() == ENOTEMPTY)) in move()495 (x.errno() == EEXIST || x.errno() == ENOTEMPTY)) in move()561 (x.errno() == EEXIST || x.errno() == ENOTEMPTY)) in copy()
214 if (x.errno() == EEXIST || x.errno() == ENOTEMPTY) { in implDelete()
241 (x.errno() == EEXIST || x.errno() == ENOTEMPTY)) in implDelete()
232 public static final int ENOTEMPTY = placeholder(); field in OsConstants851 if (errno == ENOTEMPTY) { in errnoName()
194 initConstant(env, c, "ENOTEMPTY", ENOTEMPTY); in OsConstants_initConstants()