Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dlegacy_java_profile.go35 javaLocationPathRx = regexp.MustCompile(`^(.*)\s+\((.*)\)$`) var
279 } else if filePath := javaLocationPathRx.FindStringSubmatch(jloc[2]); len(filePath) == 3 {