HomeSort by relevance Sort by last modified time
    Searched refs:cmditems (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/plat-mac/
pimp.py 100 def _cmd(output, dir, *cmditems):
103 cmd = ("cd \"%s\"; " % dir) + " ".join(cmditems)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 100 def _cmd(output, dir, *cmditems):
103 cmd = ("cd \"%s\"; " % dir) + " ".join(cmditems)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 100 def _cmd(output, dir, *cmditems):
103 cmd = ("cd \"%s\"; " % dir) + " ".join(cmditems)
    [all...]

Completed in 54 milliseconds