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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzer.java96 String fullpath;
97 if ((fullpath = doc.get("fullpath")) != null && ctags != null) {
98 defs = ctags.doCtags(fullpath + "\n");
/opengrok-jel/
H A DOpenGrok703 fullpath="${OPENGROK_INSTANCE_BASE}/log/opengrok%g.%u.log"
708 sed "s|$filename|$fullpath|g" >> "${LOGGER_CONFIG_PATH}"
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java93 String fullpath = doc.get("fullpath");
95 final FileInputStream fin = new FileInputStream(fullpath);

Completed in 27 milliseconds