Searched refs:getCanonicalPath (Results 1 - 17 of 17) sorted by relevance
/opengrok-sun/src/org/opensolaris/opengrok/history/ |
H A D | SCCSget.java | 44 argv.add(file.getCanonicalPath());
|
H A D | ClearCaseRepository.java | 85 String abs = file.getCanonicalPath(); 114 String filename = (new File(parent, basename)).getCanonicalPath() 117 String tmpName = tmp.getCanonicalPath(); 344 String canonicalPath = file.getCanonicalPath();
|
H A D | RepositoryFactory.java | 88 res.setDirectoryName(file.getCanonicalPath());
|
H A D | MonotoneRepository.java | 72 String filename = (new File(parent, basename)).getCanonicalPath() 111 String abs = file.getCanonicalPath();
|
H A D | SCCSRepository.java | 89 argv.add(file.getCanonicalPath()); 140 //System.out.println("annotating " + file.getCanonicalPath()); 152 argv.add(file.getCanonicalPath());
|
H A D | BazaarRepository.java | 64 String abs = file.getCanonicalPath(); 97 String filename = (new File(parent, basename)).getCanonicalPath()
|
H A D | GitRepository.java | 120 String abs = file.getCanonicalPath(); 171 String filename = (new File(parent, basename)).getCanonicalPath()
|
H A D | MercurialRepository.java | 91 String abs = file.getCanonicalPath(); 137 String filename = (new File(parent, basename)).getCanonicalPath()
|
H A D | CVSRepository.java | 110 String abs = file.getCanonicalPath();
|
H A D | HistoryGuru.java | 333 String path = file.getCanonicalPath();
|
H A D | JDBCHistoryCache.java | 414 return toUnixPath(file.getCanonicalPath());
|
/opengrok-sun/src/org/opensolaris/opengrok/configuration/ |
H A D | RuntimeEnvironment.java | 85 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 D | RuntimeEnvironmentTest.java | 85 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 D | Util.java | 195 * @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 D | PageConfig.java | 900 path = Util.getCanonicalPath(req.getPathInfo(), '/');
|
/opengrok-sun/src/org/opensolaris/opengrok/index/ |
H A D | Indexer.java | 270 cfg.setSourceRoot(sourceRoot.getCanonicalPath()); 283 cfg.setDataRoot(dataRoot.getCanonicalPath()); 484 if (!projectDir.getCanonicalPath().equals(projectDir.getAbsolutePath())) {
|
H A D | IndexDatabase.java | 694 String canonicalPath = file.getCanonicalPath(); 766 String allowedTarget = new File(allowedSymlink).getCanonicalPath();
|
Completed in 308 milliseconds