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