OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_cmd
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py
515
install_cmd
= ('%s install -O1 --root=$RPM_BUILD_ROOT '
521
('install', 'install_script',
install_cmd
),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py
515
install_cmd
= ('%s install -O1 --root=$RPM_BUILD_ROOT '
521
('install', 'install_script',
install_cmd
),
/external/chromium_org/build/android/pylib/
android_commands.py
421
install_cmd
= ['install']
424
install_cmd
.append('-r')
426
install_cmd
.append(package_file_path)
427
install_cmd
= ' '.join(
install_cmd
)
429
self._LogShell(
install_cmd
)
430
return self._adb.SendCommand(
install_cmd
,
[
all
...]
Completed in 152 milliseconds