Home
last modified time | relevance | path

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

/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java394 String[] rpmQueryArray = new String[2]; in investigateDebian() local
395 rpmQueryArray[0] = "rpm"; in investigateDebian()
396 rpmQueryArray[1] = "--help"; in investigateDebian()
400 …int returnValue = ExecuteProcess.executeProcessReturnVector(rpmQueryArray, returnVector, returnErr… in investigateDebian()
468 String[] rpmQueryArray = new String[5]; in getRelocationString() local
469 rpmQueryArray[0] = "rpm"; in getRelocationString()
470 rpmQueryArray[1] = "-qp"; in getRelocationString()
471 rpmQueryArray[2] = "--qf"; in getRelocationString()
472 rpmQueryArray[3] = "%{PREFIXES}"; in getRelocationString()
473 rpmQueryArray[4] = packageName; in getRelocationString()
[all …]

Completed in 15 milliseconds