OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_command
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/
package.py
238
install_command
= 'rpm %s -U %s' % (opt_args, package)
242
install_command
= 'dpkg %s -i %s' % (opt_args, package)
252
utils.system(
install_command
)
package_unittest.py
115
install_command
= 'rpm %s -U %s' % ('', input_package)
116
utils.system.expect_call(
install_command
)
Completed in 152 milliseconds