Home | History | Annotate | Download | only in plat-mac

Lines Matching defs:_cmd

100 def _cmd(output, dir, *cmditems):
141 exitstatus = _cmd(output, self._dir,
212 if _cmd(output, self._dir, cmd):
807 if _cmd(output, '/tmp', self._dict['Pre-install-command']):
840 if _cmd(output, '/tmp', self._dict['Post-install-command']):
865 if _cmd(output, self._buildDirname, self._dict['Pre-install-command']):
887 if _cmd(output, self._buildDirname, installcmd):
902 if _cmd(output, self._buildDirname, self._dict['Post-install-command']):
923 if _cmd(output, '/tmp', self._dict['Pre-install-command']):
935 if _cmd(output, "/tmp", installcmd):