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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DSCCSget.java44 argv.add(file.getCanonicalPath());
H A DClearCaseRepository.java85 String abs = file.getCanonicalPath();
114 String filename = (new File(parent, basename)).getCanonicalPath()
117 String tmpName = tmp.getCanonicalPath();
344 String canonicalPath = file.getCanonicalPath();
H A DRepositoryFactory.java88 res.setDirectoryName(file.getCanonicalPath());
H A DMonotoneRepository.java72 String filename = (new File(parent, basename)).getCanonicalPath()
111 String abs = file.getCanonicalPath();
H A DSCCSRepository.java89 argv.add(file.getCanonicalPath());
140 //System.out.println("annotating " + file.getCanonicalPath());
152 argv.add(file.getCanonicalPath());
H A DBazaarRepository.java64 String abs = file.getCanonicalPath();
97 String filename = (new File(parent, basename)).getCanonicalPath()
H A DGitRepository.java120 String abs = file.getCanonicalPath();
171 String filename = (new File(parent, basename)).getCanonicalPath()
H A DMercurialRepository.java91 String abs = file.getCanonicalPath();
137 String filename = (new File(parent, basename)).getCanonicalPath()
H A DCVSRepository.java110 String abs = file.getCanonicalPath();
H A DHistoryGuru.java333 String path = file.getCanonicalPath();
H A DJDBCHistoryCache.java414 return toUnixPath(file.getCanonicalPath());
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java85 private String getCanonicalPath(String s) { method in class:RuntimeEnvironment
91 return file.getCanonicalPath();
136 threadConfig.get().setDataRoot(getCanonicalPath(dataRoot));
169 threadConfig.get().setSourceRoot(getCanonicalPath(sourceRoot));
184 String canonicalPath = file.getCanonicalPath();
190 String allowedTarget = new File(allowedSymlink).getCanonicalPath();
/opengrok-sun/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java85 String path = f.getCanonicalPath();
94 assertEquals(path, instance.getDataRootFile().getCanonicalPath());
103 String path = f.getCanonicalPath();
107 assertEquals(path, instance.getSourceRootFile().getCanonicalPath());
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java195 * @see #getCanonicalPath(String, char)
212 * path similar to {@link File#getCanonicalPath()}, however the current
279 * So the difference to {@link File#getCanonicalPath()} is, that this method
291 public static String getCanonicalPath(String path, char sep) { method in class:Util
H A DPageConfig.java900 path = Util.getCanonicalPath(req.getPathInfo(), '/');
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexer.java270 cfg.setSourceRoot(sourceRoot.getCanonicalPath());
283 cfg.setDataRoot(dataRoot.getCanonicalPath());
484 if (!projectDir.getCanonicalPath().equals(projectDir.getAbsolutePath())) {
H A DIndexDatabase.java694 String canonicalPath = file.getCanonicalPath();
766 String allowedTarget = new File(allowedSymlink).getCanonicalPath();

Completed in 308 milliseconds