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

  /prebuilts/go/darwin-x86/src/cmd/nm/
nm_test.go 22 var testnmpath string // path to nm command created for testing purposes var
42 testnmpath = filepath.Join(tmpDir, "testnm.exe")
48 out, err := exec.Command(gotool, "build", "-o", testnmpath, "cmd/nm").CombinedOutput()
50 fmt.Printf("go build -o %v cmd/nm: %v\n%s", testnmpath, err, string(out))
70 cmd := exec.Command(testnmpath, exepath)
129 out, err = exec.Command(testnmpath, exe).CombinedOutput()
208 out, err = exec.Command(testnmpath, mylib).CombinedOutput()
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_test.go 22 var testnmpath string // path to nm command created for testing purposes var
42 testnmpath = filepath.Join(tmpDir, "testnm.exe")
48 out, err := exec.Command(gotool, "build", "-o", testnmpath, "cmd/nm").CombinedOutput()
50 fmt.Printf("go build -o %v cmd/nm: %v\n%s", testnmpath, err, string(out))
70 cmd := exec.Command(testnmpath, exepath)
129 out, err = exec.Command(testnmpath, exe).CombinedOutput()
208 out, err = exec.Command(testnmpath, mylib).CombinedOutput()

Completed in 410 milliseconds