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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java544 final String filePath = getSourceRootRelativePath(file);
557 ps.setString(2, filePath);
561 ps.setString(2, getParentPath(filePath));
562 ps.setString(3, getBaseName(filePath));
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java68 private String filePath = ""; field in class:ConfigurationsFrame
126 filePath = (String)con.getMBeanServerConnection()
128 logFilePathField.setText(filePath);
773 if (!filePath.equals(logFilePathField.getText())) {
778 filePath = logFilePathField.getText();

Completed in 17 milliseconds