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

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 870 installcmd = self._dict.get('Install-command')
871 if installcmd and self._install_renames:
876 if not installcmd:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 870 installcmd = self._dict.get('Install-command')
871 if installcmd and self._install_renames:
876 if not installcmd:
    [all...]
  /external/kmod/libkmod/
libkmod-config.c 625 char *installcmd = strtok_r(NULL, "\0", &saveptr); local
627 if (underscores(modname) < 0 || installcmd == NULL)
630 kmod_config_add_command(config, modname, installcmd,

Completed in 366 milliseconds