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