Searched defs:stageDir (Results 1 – 2 of 2) sorted by relevance
174 final File stageDir; field in PackageInstallerSession383 File stageDir, String stageCid, boolean prepared, boolean sealed) { in PackageInstallerSession()625 final File stageDir; in doWriteInternal() local1775 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readFromXml() local
269 final File stageDir = buildStageDir(volumeUuid, sessionId, isEphemeral); in allocateStageDirLegacy() local527 File stageDir = null; in createSessionInternal() local643 static void prepareStageDir(File stageDir) throws IOException { in prepareStageDir()