Searched refs:javaLocationPathRx (Results 1 – 1 of 1) sorted by relevance
35 javaLocationPathRx = regexp.MustCompile(`^(.*)\s+\((.*)\)$`) var279 } else if filePath := javaLocationPathRx.FindStringSubmatch(jloc[2]); len(filePath) == 3 {