Searched refs:ENOTEMPTY (Results 1 – 7 of 7) 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()
247 (x.errno() == EEXIST || x.errno() == ENOTEMPTY)) in implDelete()
300 public static final int ENOTEMPTY = placeholder(); field in OsConstants1157 if (errno == ENOTEMPTY) { in errnoName()
200 initConstant(env, c, "ENOTEMPTY", ENOTEMPTY); in OsConstants_initConstants()
264 field public static final int ENOTEMPTY;