Searched defs:stageDir (Results 1 – 3 of 3) sorted by relevance
198 final File stageDir; field in PackageInstallerSession416 File stageDir, String stageCid, boolean prepared, boolean committed, boolean sealed, in PackageInstallerSession()717 final File stageDir; in doWriteInternal() local2530 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readFromXml() local
373 private List<String> findAPKsInDir(File stageDir) { in findAPKsInDir()
604 File stageDir = null; in createSessionInternal() local739 static void prepareStageDir(File stageDir) throws IOException { in prepareStageDir()