Searched refs:rpmQueryArray (Results 1 – 1 of 1) sorted by relevance
394 String[] rpmQueryArray = new String[2]; in investigateDebian() local395 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() local469 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 7 milliseconds