Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/bazel/exporter/
H A Dcmake_exporter.go163 func (e *CMakeExporter) absToWorkspaceRelativePath(absPath string) string { func
179 _, _ = fmt.Fprintf(buffer, " %q\n", e.absToWorkspaceRelativePath(absPath))
273 includes[i] = e.absToWorkspaceRelativePath(path)