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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzer.java82 String fullpath;
83 if ((fullpath = doc.get("fullpath")) != null && ctags != null) {
84 defs = ctags.doCtags(fullpath + "\n");
/opengrok-sun/
H A DOpenGrok715 fullpath="${OPENGROK_INSTANCE_BASE}/log/opengrok%g.%u.log"
720 sed "s|$filename|$fullpath|g" >> "${LOGGER_CONFIG_PATH}"
/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java87 String fullpath = doc.get("fullpath");
88 final FileInputStream fin = new FileInputStream(fullpath);

Completed in 601 milliseconds