Home
last modified time | relevance | path

Searched defs:fl (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileLockTable.java56 public abstract void add(FileLock fl) throws OverlappingFileLockException; in add()
61 public abstract void remove(FileLock fl); in remove()
124 public void add(FileLock fl) throws OverlappingFileLockException { in add()
174 public void remove(FileLock fl) { in remove()
253 FileLock fl = ref.get(); in checkList() local
DFileChannelImpl.java1239 public void add(FileLock fl) throws OverlappingFileLockException { in add()
1246 public void remove(FileLock fl) { in remove()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStoreBuilderTest.java208 File fl = File.createTempFile("KSBuilder_ImplTest", "keystore"); in testNewInstanceStringProviderFileProtectionParameter() local
231 .newInstance(KeyStore.getDefaultType(), defaultProvider, fl, null); in testNewInstanceStringProviderFileProtectionParameter() local
237 .newInstance(KeyStore.getDefaultType(), defaultProvider, fl, myPP); in testNewInstanceStringProviderFileProtectionParameter() local
268 null, fl, myPP); in testNewInstanceStringProviderFileProtectionParameter() local
275 defaultProvider, fl, myPP); in testNewInstanceStringProviderFileProtectionParameter() local
/libcore/ojluni/src/main/native/
DFileSystemPreferences.c76 FLOCK fl; in Java_java_util_prefs_FileSystemPreferences_lockFile0() local
129 FLOCK fl; in Java_java_util_prefs_FileSystemPreferences_unlockFile0() local
DFileDispatcherImpl.c200 struct flock64 fl; in FileDispatcherImpl_lock0() local
236 struct flock64 fl; in FileDispatcherImpl_release0() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldZipFileTest.java82 File fl = new File(tempFileName); in test_close() local
DOldZipInputStreamTest.java168 File fl = new File(resources, "Broken_manifest.jar"); in test_createZipEntryLjava_lang_String() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipInputStreamTest.java221 File fl = new File(resources, "hyts_ZipFile.zip"); in test_available() local
DZipFileTest.java129 File fl = new File(tempFileName); in test_close() local
/libcore/ojluni/src/main/java/java/io/
DStreamTokenizer.java493 public void lowerCaseMode(boolean fl) { in lowerCaseMode()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java320 public void add(java.nio.channels.FileLock fl) in add()
325 public void remove(java.nio.channels.FileLock fl) { in remove()