Searched refs:stageDirRaw (Results 1 – 1 of 1) sorted by relevance
1774 final String stageDirRaw = readStringAttribute(in, ATTR_SESSION_STAGE_DIR); in readFromXml() local1775 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readFromXml()