Searched defs:stageDir (Results 1 – 2 of 2) sorted by relevance
314 final File stageDir = buildStageDir(volumeUuid, sessionId, isEphemeral); in allocateStageDirLegacy() local389 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readSessionLocked() local673 File stageDir = null; in createSessionInternal() local789 static void prepareStageDir(File stageDir) throws IOException { in prepareStageDir()
114 final File stageDir; field in PackageInstallerSession224 File stageDir, String stageCid, boolean prepared, boolean sealed) { in PackageInstallerSession()