Searched refs:RelativeInstallPath (Results 1 – 13 of 13) sorted by relevance
/build/soong/snapshot/ |
D | host_snapshot.go | 54 type RelativeInstallPath interface { interface 55 RelativeInstallPath() string methodSpec 204 if rel, ok := m.(RelativeInstallPath); ok { 205 outString = rel.RelativeInstallPath() 230 RelativeInstallPath: relPath,
|
D | snapshot_base.go | 34 RelativeInstallPath string `json:",omitempty"` member
|
/build/soong/rust/ |
D | test.go | 161 RelativeInstallPath: filepath.Join(libDir, linkableDep.RelativeInstallPath())}) 174 RelativeInstallPath: linkableDep.RelativeInstallPath()})
|
D | fuzz.go | 156 …fuzzData = append(fuzzData, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", WithoutRel… 160 fuzzData = append(fuzzData, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
|
D | rust.go | 329 func (mod *Module) RelativeInstallPath() string { func
|
/build/soong/cc/ |
D | test.go | 423 RelativeInstallPath: linkableDep.RelativeInstallPath()}) 435 RelativeInstallPath: linkableDep.RelativeInstallPath()})
|
D | linkable.go | 195 RelativeInstallPath() string methodSpec
|
D | fuzz.go | 287 …fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", Wi… 291 fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
|
D | cc.go | 1226 func (c *Module) RelativeInstallPath() string { func
|
/build/soong/android/ |
D | androidmk.go | 1018 if len(d.RelativeInstallPath) > 0 { 1019 testFileString += ":" + d.RelativeInstallPath
|
D | paths.go | 2272 RelativeInstallPath string member 2282 if d.RelativeInstallPath != "" { 2283 relPath = filepath.Join(d.RelativeInstallPath, relPath)
|
/build/soong/sh/ |
D | sh_binary.go | 200 func (s *ShBinary) RelativeInstallPath() string { func
|
/build/soong/apex/ |
D | apex.go | 1573 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath()) 1585 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath()) 1599 dirInApex = filepath.Join(dirInApex, rustm.RelativeInstallPath()) 1619 dirInApex = filepath.Join(dirInApex, rustm.RelativeInstallPath())
|