Searched defs:stageDir (Results 1 – 2 of 2) sorted by relevance
283 final File stageDir = buildInternalStageDir(sessionId); in allocateInternalStageDirLegacy() local364 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readSessionLocked() local574 File stageDir = null; in createSessionInternal() local680 static void prepareInternalStageDir(File stageDir) throws IOException { in prepareInternalStageDir()
104 final File stageDir; field in PackageInstallerSession188 File stageDir, String stageCid, boolean prepared, boolean sealed) { in PackageInstallerSession()