OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:q_cmd
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py
354
q_cmd
= r"rpm -q --qf '%s %s\n' --specfile '%s'" % (
357
out = os.popen(
q_cmd
)
374
raise DistutilsExecError("Failed to execute: %s" % repr(
q_cmd
))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py
354
q_cmd
= r"rpm -q --qf '%s %s\n' --specfile '%s'" % (
357
out = os.popen(
q_cmd
)
374
raise DistutilsExecError("Failed to execute: %s" % repr(
q_cmd
))
Completed in 383 milliseconds