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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DFSDirectory.java128 private static File getCanonicalPath(File file) throws IOException { method in class:FSDirectory
129 return new File(file.getCanonicalPath());
143 directory = getCanonicalPath(path);
201 } else if (dir.getCanonicalPath().equals(directory.getCanonicalPath())) {
353 dirName = directory.getCanonicalPath();

Completed in 1173 milliseconds