Searched defs:stageDir (Results 1 – 3 of 3) sorted by relevance
196 final File stageDir; field in PackageInstallerSession411 File stageDir, String stageCid, boolean prepared, boolean committed, boolean sealed, in PackageInstallerSession()2501 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readFromXml() local
610 File stageDir = null; in createSessionInternal() local745 static void prepareStageDir(File stageDir) throws IOException { in prepareStageDir()
409 private List<String> findAPKsInDir(File stageDir) { in findAPKsInDir()