Searched defs:lockFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java242 int n = lockFile(handle, position, fli.size(), fli.isShared(),
749 private static native int lockFile(long handle, long position, long size, method in class:WindowsAsynchronousFileChannelImpl
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java670 if (!lockFile(false))
729 if (!lockFile(shared))
893 private boolean lockFile(boolean shared) throws SecurityException{ method in class:FileSystemPreferences
897 File lockFile = (usernode ? userLockFile : systemLockFile);
902 result = lockFile0(lockFile.getCanonicalPath(), perm, shared);
983 File lockFile = (usernode ? userLockFile : systemLockFile);

Completed in 43 milliseconds