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