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

  /system/netd/server/
NatController.cpp 58 int NatController::runCmd(int argc, const char **argv) {
67 * HACK: Sometimes runCmd() is called with a ridcously large value (32)
76 ALOGV("runCmd(%s) res=%d", full_cmd.c_str(), res);
113 if (runCmd(ARRAY_SIZE(defaultCommands[cmdNum].cmd), defaultCommands[cmdNum].cmd) &&
127 * - the 1st argc of runCmd() will just be the max for the CommandsAndArgs[].cmd, and
138 if (runCmd(ARRAY_SIZE(defaultCommands[cmdNum].cmd), defaultCommands[cmdNum].cmd) &&
186 if (runCmd(ARRAY_SIZE(v4Cmd), v4Cmd) || runCmd(ARRAY_SIZE(v6Cmd), v6Cmd)) {
212 runCmd(ARRAY_SIZE(cmd1), cmd1);
221 runCmd(ARRAY_SIZE(cmd2), cmd2)
    [all...]
  /prebuilts/go/darwin-x86/test/
run.go 194 type runCmd func(...string) ([]byte, error)
196 func compileFile(runcmd runCmd, longname string) (out []byte, err error) {
197 return runcmd("go", "tool", "compile", "-e", longname)
200 func compileInDir(runcmd runCmd, dir string, names ...string) (out []byte, err error) {
205 return runcmd(cmd...)
208 func linkFile(runcmd runCmd, goname string) (err error) {
210 _, err = runcmd("go", "tool", "link", "-w", "-o", "a.exe", "-L", ".", pfile
    [all...]
  /prebuilts/go/linux-x86/test/
run.go 194 type runCmd func(...string) ([]byte, error)
196 func compileFile(runcmd runCmd, longname string) (out []byte, err error) {
197 return runcmd("go", "tool", "compile", "-e", longname)
200 func compileInDir(runcmd runCmd, dir string, names ...string) (out []byte, err error) {
205 return runcmd(cmd...)
208 func linkFile(runcmd runCmd, goname string) (err error) {
210 _, err = runcmd("go", "tool", "link", "-w", "-o", "a.exe", "-L", ".", pfile
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 574 milliseconds