Home
last modified time | relevance | path

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

/packages/apps/Email/src/org/apache/commons/io/output/
DLockableFileWriter.java95 public LockableFileWriter(String fileName, boolean append, String lockDir) throws IOException { in LockableFileWriter()
132 public LockableFileWriter(File file, boolean append, String lockDir) throws IOException { in LockableFileWriter()
159 String lockDir) throws IOException { in LockableFileWriter()
194 private void testLockDir(File lockDir) throws IOException { in testLockDir()