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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSget.java44 argv.add(file.getCanonicalPath());
H A DClearCaseRepository.java91 String abs = file.getCanonicalPath();
124 String filename = (new File(parent, basename)).getCanonicalPath()
127 String tmpName = tmp.getCanonicalPath();
362 String canonicalPath = file.getCanonicalPath();
H A DRepositoryFactory.java89 res.setDirectoryName(file.getCanonicalPath());
H A DBazaarRepository.java74 String abs = file.getCanonicalPath();
111 String filename = (new File(parent, basename)).getCanonicalPath()
H A DMonotoneRepository.java82 String filename = (new File(parent, basename)).getCanonicalPath()
129 String abs = file.getCanonicalPath();
H A DSCCSRepository.java101 argv.add(file.getCanonicalPath());
147 //System.out.println("annotating " + file.getCanonicalPath());
159 argv.add(file.getCanonicalPath());
H A DMercurialRepository.java247 String abs = file.getCanonicalPath();
307 String filename = (new File(parent, basename)).getCanonicalPath();
557 || !file.getCanonicalPath().startsWith(getDirectoryName()))
H A DCVSRepository.java131 String abs = file.getCanonicalPath();
H A DGitRepository.java269 String abs = file.getCanonicalPath();
326 String filename = (new File(parent, basename)).getCanonicalPath()
H A DHistoryGuru.java417 String path = file.getCanonicalPath();
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java479 private static String getCanonicalPath(String s) { method in class:Configuration
485 return file.getCanonicalPath();
489 logger.log(Level.FINE, "getCanonicalPath", ex);
499 String p = getCanonicalPath(sourceRoot);
534 String canonicalPath = file.getCanonicalPath();
539 String allowedTarget = new File(allowedSymlink).getCanonicalPath();
553 String p = getCanonicalPath(dataRoot);
/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java86 String path = f.getCanonicalPath();
95 assertEquals(path, cfg.getDataRootFile().getCanonicalPath());
102 final String path = f.getCanonicalPath();
113 assertEquals(path, cfg.getSourceRootFile().getCanonicalPath());
171 assertEquals(new File(path).getCanonicalPath(), cfg.getDataRoot());
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java273 cfg.setSourceRoot(sourceRoot.getCanonicalPath());
287 cfg.setDataRoot(dataRoot.getCanonicalPath());
502 if (!projectDir.getCanonicalPath()
H A DIndexDatabase.java663 String canonicalPath = file.getCanonicalPath();
740 String allowedTarget = new File(symlink).getCanonicalPath();
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java934 path = Util.getCanonicalPath(req.getPathInfo(), '/');
H A DUtil.java212 * @see #getCanonicalPath(String, char)
229 * path similar to {@link File#getCanonicalPath()}, however the current
296 * So the difference to {@link File#getCanonicalPath()} is, that this method
308 public static String getCanonicalPath(String path, char sep) { method in class:Util

Completed in 36 milliseconds