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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java383 ps.setString(1, toUnixPath(repository.getDirectoryName()));
405 private static String toUnixPath(String path) { method in class:JDBCHistoryCache
412 private static String toUnixPath(File file) throws HistoryException { method in class:JDBCHistoryCache
414 return toUnixPath(file.getCanonicalPath());
427 String filePath = toUnixPath(file);
560 final String reposPath = toUnixPath(repository.getDirectoryName());
755 String fullPath = toUnixPath(file);
914 String reposPath = toUnixPath(repository.getDirectoryName());
1056 String fullPath = toUnixPath(file);
1194 ps.setString(1, toUnixPath(repositor
[all...]

Completed in 25 milliseconds