Lines Matching defs:pathAddress

76     private static native int open0(long pathAddress, int flags, int mode)
90 private static native int openat0(int dfd, long pathAddress, int flags, int mode)
111 private static native long fopen0(long pathAddress, long modeAddress)
146 private static native void unlink0(long pathAddress) throws UnixException;
159 private static native void unlinkat0(int dfd, long pathAddress, int flag)
173 private static native void mknod0(long pathAddress, int mode, long dev)
219 private static native void mkdir0(long pathAddress, int mode) throws UnixException;
232 private static native void rmdir0(long pathAddress) throws UnixException;
247 private static native byte[] readlink0(long pathAddress) throws UnixException;
262 private static native byte[] realpath0(long pathAddress) throws UnixException;
291 private static native void stat0(long pathAddress, UnixFileAttributes attrs)
305 private static native void lstat0(long pathAddress, UnixFileAttributes attrs)
326 private static native void fstatat0(int dfd, long pathAddress, int flag,
340 private static native void chown0(long pathAddress, int uid, int gid)
354 private static native void lchown0(long pathAddress, int uid, int gid)
373 private static native void chmod0(long pathAddress, int mode)
394 private static native void utimes0(long pathAddress, long times0, long times1)
413 private static native long opendir0(long pathAddress) throws UnixException;
454 private static native void access0(long pathAddress, int amode) throws UnixException;
513 private static native void statvfs0(long pathAddress, UnixFileStoreAttributes attrs)
527 private static native long pathconf0(long pathAddress, int name)