Searched refs:ENOEXEC (Results 1 – 4 of 4) sorted by relevance
287 public static final int ENOEXEC = placeholder(); field in OsConstants1118 if (errno == ENOEXEC) { in errnoName()
649 if (errno == ENOEXEC) in execve_with_shell_fallback()
187 initConstant(env, c, "ENOEXEC", ENOEXEC); in OsConstants_initConstants()
251 field public static final int ENOEXEC;