Home
last modified time | relevance | path

Searched refs:completePackageFile (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java370 … File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in setDatabaseSettings() local
371 packagePath = completePackageFile.getPath(); in setDatabaseSettings()
480 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in packageExists() local
481 packagePath = completePackageFile.getPath(); in packageExists()
849 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in setRequiredNewCoreModules() local
850 packagePath = completePackageFile.getPath(); in setRequiredNewCoreModules()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java57 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in getPackageNameFromRpm() local
58 packagePath = completePackageFile.getPath(); in getPackageNameFromRpm()
94 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in checkPackageExistence() local
95 packagePath = completePackageFile.getPath(); in checkPackageExistence()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DSolarisInstaller.java153 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in installPackage() local
154 packagePath = completePackageFile.getPath(); in installPackage()
H A DLinuxInstaller.java147 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in installPackage() local
148 packagePath = completePackageFile.getPath(); in installPackage()

Completed in 39 milliseconds