jdk/src/windows/native/java/io/io_util_md.h
author ohair
Tue, 28 Dec 2010 15:53:50 -0800
changeset 7668 d4a77089c587
parent 7515 43202796198e
child 11116 3e486ce0019d
permissions -rw-r--r--
6962318: Update copyright year Reviewed-by: xdono
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
7668
d4a77089c587 6962318: Update copyright year
ohair
parents: 7515
diff changeset
     2
 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 715
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 715
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 715
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 715
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 715
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
#include "jni.h"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
#include "jni_util.h"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * Prototypes for functions in io_util_md.c called from io_util,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * FileDescriptor.c, FileInputStream.c, FileOutputStream.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
WCHAR* pathToNTPath(JNIEnv *env, jstring path, jboolean throwFNFE);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
WCHAR* fileToNTPath(JNIEnv *env, jobject file, jfieldID id);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
WCHAR* getPrefixed(const WCHAR* path, int pathlen);
6885
5605d7d60c9c 6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win)
alanb
parents: 5506
diff changeset
    36
WCHAR* currentDir(int di);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
int currentDirLength(const WCHAR* path, int pathlen);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
void fileOpen(JNIEnv *env, jobject this, jstring path, jfieldID fid, int flags);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
int handleAvailable(jlong fd, jlong *pbytes);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
JNIEXPORT int handleSync(jlong fd);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
int handleSetLength(jlong fd, jlong length);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
JNIEXPORT size_t handleRead(jlong fd, void *buf, jint len);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
JNIEXPORT size_t handleWrite(jlong fd, const void *buf, jint len);
7515
43202796198e 6709457: (fc) lock/tryLock() throws IOException "Access is denied" when file opened for append [win]
alanb
parents: 6885
diff changeset
    44
JNIEXPORT size_t handleAppend(jlong fd, const void *buf, jint len);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
jint handleClose(JNIEnv *env, jobject this, jfieldID fid);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
jlong handleLseek(jlong fd, jlong offset, jint whence);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
 * Returns an opaque handle to file named by "path".  If an error occurs,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
 * returns -1 and an exception is pending.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
jlong winFileHandleOpen(JNIEnv *env, jstring path, int flags);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
 * Macros to use the right data type for file descriptors
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
#define FD jlong
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
 * Macros to set/get fd from the java.io.FileDescriptor.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
 * If GetObjectField returns null, SET_FD will stop and GET_FD
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
 * will simply return -1 to avoid crashing VM.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
#define SET_FD(this, fd, fid) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
    if ((*env)->GetObjectField(env, (this), (fid)) != NULL) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
        (*env)->SetLongField(env, (*env)->GetObjectField(env, (this), (fid)), IO_handle_fdID, (fd))
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
#define GET_FD(this, fid) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
    ((*env)->GetObjectField(env, (this), (fid)) == NULL) ? \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
      -1 : (*env)->GetLongField(env, (*env)->GetObjectField(env, (this), (fid)), IO_handle_fdID)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
 * Macros to set/get fd when inside java.io.FileDescriptor
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
#define THIS_FD(obj) (*env)->GetLongField(env, obj, IO_handle_fdID)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
/*
7515
43202796198e 6709457: (fc) lock/tryLock() throws IOException "Access is denied" when file opened for append [win]
alanb
parents: 6885
diff changeset
    78
 * Route the routines away from VM
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
 */
7515
43202796198e 6709457: (fc) lock/tryLock() throws IOException "Access is denied" when file opened for append [win]
alanb
parents: 6885
diff changeset
    80
#define IO_Append handleAppend
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
#define IO_Write handleWrite
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
#define IO_Sync handleSync
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
#define IO_Read handleRead
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
#define IO_Lseek handleLseek
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
#define IO_Available handleAvailable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
#define IO_SetLength handleSetLength
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
 * Setting the handle field in Java_java_io_FileDescriptor_set for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
 * standard handles stdIn, stdOut, stdErr
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
#define SET_HANDLE(fd) \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
if (fd == 0) { \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
    return (jlong)GetStdHandle(STD_INPUT_HANDLE); \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
} else if (fd == 1) { \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
    return (jlong)GetStdHandle(STD_OUTPUT_HANDLE); \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
} else if (fd == 2) { \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
    return (jlong)GetStdHandle(STD_ERROR_HANDLE); \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
} else { \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
    return (jlong)-1; \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
} \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
/* INVALID_FILE_ATTRIBUTES is not defined in VC++6.0's header files but
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
 * in later release. Keep here just in case someone is still using VC++6.0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
#ifndef INVALID_FILE_ATTRIBUTES
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
#define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
#endif