Home
last modified time | relevance | path

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

/build/soong/cmd/sbox/
Dsbox.go360 dir := joinPath(sandboxDir, filepath.Dir(copyPair.GetFrom()))
375 fromPath := joinPath(sandboxDir, copyPair.GetFrom())
466 fromPath := joinPath(fromDir, copyPair.GetFrom())
615 if strings.HasPrefix(path, mapping.GetFrom()+"/") {
616 return joinPath(mapping.GetTo()+"/", strings.TrimPrefix(path, mapping.GetFrom()+"/"))
629 fromPath := joinPath(fromDir, copyPair.GetFrom())
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go241 func (x *Copy) GetFrom() string { func
362 func (x *PathMapping) GetFrom() string { func