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

/opengrok-jel/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
424 return toUnixPath(path);
545 final String reposPath = toUnixPath(repository.getDirectoryName());
739 String fullPath = toUnixPath(file);
901 String reposPath = toUnixPath(repository.getDirectoryName());
1007 String fullPath = toUnixPath(file);
1151 ps.setString(1, toUnixPath(repository.getDirectoryName()));
1195 ps.setString(1, toUnixPath(repository.getDirectoryName()));

Completed in 19 milliseconds