Home
last modified time | relevance | path

Searched defs:stageDir (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java283 final File stageDir = buildInternalStageDir(sessionId); in allocateInternalStageDirLegacy() local
364 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readSessionLocked() local
574 File stageDir = null; in createSessionInternal() local
680 static void prepareInternalStageDir(File stageDir) throws IOException { in prepareInternalStageDir()
DPackageInstallerSession.java104 final File stageDir; field in PackageInstallerSession
188 File stageDir, String stageCid, boolean prepared, boolean sealed) { in PackageInstallerSession()