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

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DFileDirContext.java1121 protected String canonicalPath = null; field in class:FileDirContext.FileResourceAttributes
1236 if (canonicalPath == null) {
1238 canonicalPath = file.getCanonicalPath();
1243 return canonicalPath;

Completed in 13 milliseconds