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

  /external/swiftshader/third_party/LLVM/
ModuleInfo.txt 4 InstallCmd: make install -C ../build.llvm
  /external/python/cpython2/Lib/plat-mac/
pimp.py 870 installcmd = self._dict.get('Install-command')
871 if installcmd and self._install_renames:
876 if not installcmd:
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go     [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 316 milliseconds