Home
last modified time | relevance | path

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

/build/soong/android/
Denv.go36 var soongDelvePath string var
44 soongDelvePath, _ = exec.LookPath("dlv")
68 if soongDelvePath == "" {
73 soongDelvePath,
83 syscall.Exec(soongDelvePath, dlvArgv, soongDelveEnv)