Home
last modified time | relevance | path

Searched refs:oraclePath (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/fipstools/
Drun_cavp.go19 oraclePath = flag.String("oracle-bin", "", "Path to the oracle binary") var
323 if len(*oraclePath) == 0 {
362 cmd := exec.Command(*oraclePath, args...)
366 cmdLine := strings.Join(append([]string{*oraclePath}, args...), " ")