Home
last modified time | relevance | path

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

/build/soong/cmd/sbox/
Dsbox.go597 to := applyPathMappings(rspFile.PathMappings, from)
611 outRspFile := joinPath(toDir, applyPathMappings(rspFile.PathMappings, rspFile.GetFile()))
636 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string { func