Searched refs:getPackageCommand (Results 1 - 7 of 7) sorted by relevance

/haikuporter/HaikuPorter/
H A DBuildPlatform.py238 if Configuration.getPackageCommand() is None:
581 args = [Configuration.getPackageCommand(), 'extract', '-C',
615 if Configuration.getPackageCommand() is None:
H A DPackageInfo.py131 args = [Configuration.getPackageCommand(), 'list', '-i', self.path]
H A DPackage.py264 output = check_output([Configuration.getPackageCommand(), 'create', packageFile],
286 cmdlineArgs = [Configuration.getPackageCommand(), 'create', '-bi',
H A DRepository.py593 entries = check_output([Configuration.getPackageCommand(), 'list',
598 check_call([Configuration.getPackageCommand(), 'extract',
H A DConfiguration.py334 def getPackageCommand(): member in class:Configuration
H A DPolicy.py338 [Configuration.getPackageCommand(), 'list', package],
H A DSourceFetcher.py427 output = check_output([Configuration.getPackageCommand(), 'extract',

Completed in 74 milliseconds