Searched refs:ENOTEMPTY (Results 1 – 6 of 6) sorted by relevance
115 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()
219 if (x.errno() == EEXIST || x.errno() == ENOTEMPTY) { in implDelete()
241 (x.errno() == EEXIST || x.errno() == ENOTEMPTY)) in implDelete()
245 public static final int ENOTEMPTY = placeholder(); field in OsConstants979 if (errno == ENOTEMPTY) { in errnoName()
195 initConstant(env, c, "ENOTEMPTY", ENOTEMPTY); in OsConstants_initConstants()