Lines Matching refs:jlong

64 #include "jlong.h"
287 JNIEXPORT jlong JNICALL
289 jlong pathAddress, jlong modeAddress)
307 Java_sun_nio_fs_UnixNativeDispatcher_fclose(JNIEnv* env, jclass this, jlong stream)
322 jlong pathAddress, jint oflags, jint mode)
336 jlong pathAddress, jint oflags, jint mode)
362 jlong address, jint nbytes)
375 jlong address, jint nbytes)
391 (*env)->SetLongField(env, attrs, attrs_st_ino, (jlong)buf->st_ino);
392 (*env)->SetLongField(env, attrs, attrs_st_dev, (jlong)buf->st_dev);
393 (*env)->SetLongField(env, attrs, attrs_st_rdev, (jlong)buf->st_rdev);
397 (*env)->SetLongField(env, attrs, attrs_st_size, (jlong)buf->st_size);
398 (*env)->SetLongField(env, attrs, attrs_st_atime, (jlong)buf->st_atime);
399 (*env)->SetLongField(env, attrs, attrs_st_mtime, (jlong)buf->st_mtime);
400 (*env)->SetLongField(env, attrs, attrs_st_ctime, (jlong)buf->st_ctime);
405 jlong pathAddress, jobject attrs)
421 jlong pathAddress, jobject attrs)
452 jlong pathAddress, jint flag, jobject attrs)
472 jlong pathAddress, jint mode)
498 jlong pathAddress, jint uid, jint gid)
510 Java_sun_nio_fs_UnixNativeDispatcher_lchown0(JNIEnv* env, jclass this, jlong pathAddress, jint uid, jint gid)
534 jlong pathAddress, jlong accessTime, jlong modificationTime)
554 jlong accessTime, jlong modificationTime)
579 JNIEXPORT jlong JNICALL
581 jlong pathAddress)
594 JNIEXPORT jlong JNICALL
600 return (jlong)-1;
612 Java_sun_nio_fs_UnixNativeDispatcher_closedir(JNIEnv* env, jclass this, jlong dir) {
623 Java_sun_nio_fs_UnixNativeDispatcher_readdir(JNIEnv* env, jclass this, jlong value) {
655 jlong pathAddress, jint mode)
667 jlong pathAddress)
679 jlong existingAddress, jlong newAddress)
694 jlong pathAddress)
706 jlong pathAddress, jint flags)
723 jlong fromAddress, jlong toAddress)
736 jint fromfd, jlong fromAddress, jint tofd, jlong toAddress)
754 jlong targetAddress, jlong linkAddress)
767 jlong pathAddress)
794 jlong pathAddress)
815 jlong pathAddress, jint amode)
828 jlong pathAddress, jobject attrs)
846 JNIEXPORT jlong JNICALL
848 jlong pathAddress, jint name)
857 return (jlong)err;
860 JNIEXPORT jlong JNICALL
870 return (jlong)err;
875 jlong pathAddress, jint mode, jlong dev)
990 jlong nameAddress)
1031 jlong nameAddress)