Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/sbox/
H A Dsbox.go478 to := applyPathMappings(rspFile.PathMappings, from)
492 outRspFile := joinPath(toDir, applyPathMappings(rspFile.PathMappings, rspFile.GetFile()))
517 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string { func