Searched defs:stageDir (Results 1 – 3 of 3) sorted by relevance
69 @NonNull File stageDir, in initialize()109 private IncrementalFileStorages(@NonNull File stageDir, in IncrementalFileStorages()
767 File stageDir = null; in createSessionInternal() local912 static void prepareStageDir(File stageDir) throws IOException { in prepareStageDir()
286 final File stageDir; field in PackageInstallerSession1004 File stageDir, String stageCid, InstallationFile[] files, in PackageInstallerSession()4668 final File stageDir = (stageDirRaw != null) ? new File(stageDirRaw) : null; in readFromXml() local