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