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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java404 ps.setString(1, toUnixPath(repository.getDirectoryName()));
423 private static String toUnixPath(String path) { method in class:JDBCHistoryCache
430 private static String toUnixPath(File file) throws HistoryException { method in class:JDBCHistoryCache
432 return toUnixPath(file.getCanonicalPath());
446 String filePath = toUnixPath(file);
616 final String reposPath = toUnixPath(repository.getDirectoryName());
856 String fullPath = toUnixPath(file);
1054 String reposPath = toUnixPath(repository.getDirectoryName());
1134 String fullPath = toUnixPath(file);
1263 ps.setString(1, toUnixPath(repositor
[all...]

Completed in 12 milliseconds