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

  /external/valgrind/auxprogs/
gsl16test 40 runcmd () { function
88 runcmd "Untarring " \
91 runcmd "Configuring " \
94 runcmd "Building " \
gsl19test 42 runcmd () { function
91 runcmd "Untarring " \
94 runcmd "Configuring " \
97 runcmd "Building " \
  /external/valgrind/nightly/bin/
nightly 29 runcmd () { function
161 runcmd $logfile \
166 runcmd $logfile \
170 runcmd $logfile \
174 runcmd $logfile \
  /external/icu/icu4c/as_is/os400/
iculd.c 39 static int runcmd(const char *cmd) { function
222 if(runcmd(buf)) {
  /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...]

Completed in 1126 milliseconds