Searched defs:pathAddress (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DGnomeFileTypeDetector.java89 private static native byte[] probeUsingGio(long pathAddress); argument
93 private static native byte[] probeUsingGnomeVfs(long pathAddress); argument
H A DLinuxNativeDispatcher.java51 private static native long setmntent0(long pathAddress, long typeAddress) argument
H A DLinuxWatchService.java443 private static native int inotifyAddWatch(int fd, long pathAddress, int mask) argument
H A DUnixNativeDispatcher.java76 private static native int open0(long pathAddress, int flags, int mode) argument
90 private static native int openat0(int dfd, long pathAddress, int flags, int mode) argument
111 private static native long fopen0(long pathAddress, long modeAddress) argument
146 private static native void unlink0(long pathAddress) throws UnixException; argument
159 private static native void unlinkat0(int dfd, long pathAddress, int flag) argument
173 private static native void mknod0(long pathAddress, int mode, long dev) argument
219 private static native void mkdir0(long pathAddress, int mode) throws UnixException; argument
232 private static native void rmdir0(long pathAddress) throws UnixException; argument
247 private static native byte[] readlink0(long pathAddress) throws UnixException; argument
262 private static native byte[] realpath0(long pathAddress) throw argument
291 stat0(long pathAddress, UnixFileAttributes attrs) argument
305 lstat0(long pathAddress, UnixFileAttributes attrs) argument
326 fstatat0(int dfd, long pathAddress, int flag, UnixFileAttributes attrs) argument
340 chown0(long pathAddress, int uid, int gid) argument
354 lchown0(long pathAddress, int uid, int gid) argument
373 chmod0(long pathAddress, int mode) argument
394 utimes0(long pathAddress, long times0, long times1) argument
413 opendir0(long pathAddress) argument
454 access0(long pathAddress, int amode) argument
513 statvfs0(long pathAddress, UnixFileStoreAttributes attrs) argument
527 pathconf0(long pathAddress, int name) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DGnomeFileTypeDetector.c131 (JNIEnv* env, jclass this, jlong pathAddress)
133 char* path = (char*)jlong_to_ptr(pathAddress);
188 (JNIEnv* env, jclass this, jlong pathAddress)
190 char* path = (char*)jlong_to_ptr(pathAddress);
130 Java_sun_nio_fs_GnomeFileTypeDetector_probeUsingGio(JNIEnv* env, jclass this, jlong pathAddress) argument
187 Java_sun_nio_fs_GnomeFileTypeDetector_probeUsingGnomeVfs(JNIEnv* env, jclass this, jlong pathAddress) argument
H A DLinuxNativeDispatcher.c153 Java_sun_nio_fs_LinuxNativeDispatcher_setmntent0(JNIEnv* env, jclass this, jlong pathAddress, argument
157 const char* path = (const char*)jlong_to_ptr(pathAddress);
H A DUnixNativeDispatcher.c289 jlong pathAddress, jlong modeAddress)
292 const char* path = (const char*)jlong_to_ptr(pathAddress);
322 jlong pathAddress, jint oflags, jint mode)
325 const char* path = (const char*)jlong_to_ptr(pathAddress);
336 jlong pathAddress, jint oflags, jint mode)
339 const char* path = (const char*)jlong_to_ptr(pathAddress);
405 jlong pathAddress, jobject attrs)
409 const char* path = (const char*)jlong_to_ptr(pathAddress);
421 jlong pathAddress, jobject attrs)
425 const char* path = (const char*)jlong_to_ptr(pathAddress);
288 Java_sun_nio_fs_UnixNativeDispatcher_fopen0(JNIEnv* env, jclass this, jlong pathAddress, jlong modeAddress) argument
321 Java_sun_nio_fs_UnixNativeDispatcher_open0(JNIEnv* env, jclass this, jlong pathAddress, jint oflags, jint mode) argument
335 Java_sun_nio_fs_UnixNativeDispatcher_openat0(JNIEnv* env, jclass this, jint dfd, jlong pathAddress, jint oflags, jint mode) argument
404 Java_sun_nio_fs_UnixNativeDispatcher_stat0(JNIEnv* env, jclass this, jlong pathAddress, jobject attrs) argument
420 Java_sun_nio_fs_UnixNativeDispatcher_lstat0(JNIEnv* env, jclass this, jlong pathAddress, jobject attrs) argument
451 Java_sun_nio_fs_UnixNativeDispatcher_fstatat0(JNIEnv* env, jclass this, jint dfd, jlong pathAddress, jint flag, jobject attrs) argument
471 Java_sun_nio_fs_UnixNativeDispatcher_chmod0(JNIEnv* env, jclass this, jlong pathAddress, jint mode) argument
497 Java_sun_nio_fs_UnixNativeDispatcher_chown0(JNIEnv* env, jclass this, jlong pathAddress, jint uid, jint gid) argument
510 Java_sun_nio_fs_UnixNativeDispatcher_lchown0(JNIEnv* env, jclass this, jlong pathAddress, jint uid, jint gid) argument
533 Java_sun_nio_fs_UnixNativeDispatcher_utimes0(JNIEnv* env, jclass this, jlong pathAddress, jlong accessTime, jlong modificationTime) argument
580 Java_sun_nio_fs_UnixNativeDispatcher_opendir0(JNIEnv* env, jclass this, jlong pathAddress) argument
654 Java_sun_nio_fs_UnixNativeDispatcher_mkdir0(JNIEnv* env, jclass this, jlong pathAddress, jint mode) argument
666 Java_sun_nio_fs_UnixNativeDispatcher_rmdir0(JNIEnv* env, jclass this, jlong pathAddress) argument
693 Java_sun_nio_fs_UnixNativeDispatcher_unlink0(JNIEnv* env, jclass this, jlong pathAddress) argument
705 Java_sun_nio_fs_UnixNativeDispatcher_unlinkat0(JNIEnv* env, jclass this, jint dfd, jlong pathAddress, jint flags) argument
766 Java_sun_nio_fs_UnixNativeDispatcher_readlink0(JNIEnv* env, jclass this, jlong pathAddress) argument
793 Java_sun_nio_fs_UnixNativeDispatcher_realpath0(JNIEnv* env, jclass this, jlong pathAddress) argument
814 Java_sun_nio_fs_UnixNativeDispatcher_access0(JNIEnv* env, jclass this, jlong pathAddress, jint amode) argument
827 Java_sun_nio_fs_UnixNativeDispatcher_statvfs0(JNIEnv* env, jclass this, jlong pathAddress, jobject attrs) argument
847 Java_sun_nio_fs_UnixNativeDispatcher_pathconf0(JNIEnv* env, jclass this, jlong pathAddress, jint name) argument
874 Java_sun_nio_fs_UnixNativeDispatcher_mknod0(JNIEnv* env, jclass this, jlong pathAddress, jint mode, jlong dev) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java938 private static native String GetFullPathName0(long pathAddress) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c355 jlong pathAddress, jlong dataAddress)
357 LPCWSTR lpFileName = jlong_to_ptr(pathAddress);
519 jlong pathAddress, jlong dataAddress)
521 LPCWSTR lpFileName = jlong_to_ptr(pathAddress);
674 jlong pathAddress, jint requestedInformation, jlong descAddress)
676 LPCWSTR lpFileName = jlong_to_ptr(pathAddress);
691 jlong pathAddress, jint requestedInformation, jlong descAddress, jint nLength)
693 LPCWSTR lpFileName = jlong_to_ptr(pathAddress);
1098 jlong pathAddress)
1104 LPCWSTR lpFileName = jlong_to_ptr(pathAddress);
354 Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstFile1(JNIEnv* env, jclass this, jlong pathAddress, jlong dataAddress) argument
518 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileAttributesEx0(JNIEnv* env, jclass this, jlong pathAddress, jlong dataAddress) argument
673 Java_sun_nio_fs_WindowsNativeDispatcher_SetFileSecurity0(JNIEnv* env, jclass this, jlong pathAddress, jint requestedInformation, jlong descAddress) argument
690 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileSecurity0(JNIEnv* env, jclass this, jlong pathAddress, jint requestedInformation, jlong descAddress, jint nLength) argument
1096 Java_sun_nio_fs_WindowsNativeDispatcher_GetFullPathName0(JNIEnv *env, jclass clz, jlong pathAddress) argument
[all...]

Completed in 77 milliseconds