Searched refs:lockFile (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/management/jdp/
H A DJdpDoSomething.java78 File lockFile = new File(lockFileName);
79 lockFile.createNewFile();
81 while (lockFile.exists()) {
82 long datetime = lockFile.lastModified();
/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);
/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

Completed in 39 milliseconds