Searched refs:getDatabasePath (Results 1 – 6 of 6) sorted by relevance
179 String oldDatabasePath = data.getDatabasePath(); in afterShow()183 … if (( oldDatabasePath == null ) || ( ! oldDatabasePath.equals(data.getDatabasePath()))) { in afterShow()213 …ResourceManager.getString("String_Newer_Version_Database") + ": " + data.getDatabasePath() + "\n" + in afterShow()231 …ResourceManager.getString("String_Newer_Version_Database") + ": " + data.getDatabasePath() + "\n" + in afterShow()
82 String oldDatabasePath = data.getDatabasePath(); in defineDatabasePath()213 databasePath = data.getDatabasePath(); in installPackage()331 String databasePath = data.getDatabasePath(); in uninstallPackage()456 databasePath = installData.getDatabasePath(); in isPackageInstalledClassic()510 databasePath = installData.getDatabasePath(); in queryAllDatabase()638 databasePath = installData.getDatabasePath(); in findOlderPackage()
50 String oldDatabasePath = data.getDatabasePath(); in defineDatabasePath()332 rootPath = installData.getDatabasePath(); in isPackageNameInstalledClassic()379 rootPath = installData.getDatabasePath(); in queryAllDatabase()489 rootPath = installData.getDatabasePath(); in findOlderPackage()
178 System.err.println("DatabasePath: " + data.getDatabasePath()); in dumpNewInstallData()
201 line = "DatabasePath=" + data.getDatabasePath(); in createInfoFile()
337 public String getDatabasePath() { in getDatabasePath() method in InstallData
Completed in 34 milliseconds