Searched refs:errorCode (Results 1 – 3 of 3) sorted by relevance
886 int errorCode = 0;894 errorCode = result[ERROR_CODE];910 checkLockFile0ErrorCode(errorCode);915 checkLockFile0ErrorCode(errorCode);923 private void checkLockFile0ErrorCode (int errorCode)925 if (errorCode == EACCES)929 if (errorCode != EAGAIN)932 " Unix error code " + errorCode + ".");
109 public static Chunk createFailChunk(int errorCode, String msg) { in createFailChunk() argument115 out.putInt(errorCode); in createFailChunk()
330 public void error(String message, Exception exception, int errorCode) { in error() argument