Searched refs:shimPath (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 63 …shimPath = flag.String("shim-path", "../../../build/ssl/test/bssl_shim", "The location o… var 1182 func runTest(test *testCase, shimPath string, mallocNumToFail int64) error { 1322 shim = valgrindOf(false, shimPath, flags...) 1324 shim = gdbOf(shimPath, flags...) 1326 shim = lldbOf(shimPath, flags...) 1328 shim = exec.Command(shimPath, flags...) 1623 shim := exec.Command(*shimPath, "-is-handshaker-supported") 15016 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) { 15025 if err = runTest(test, shimPath, mallocNumToFail); err != errMoreMallocs { 15035 err = runTest(test, shimPath, -1) [all …]
|