Searched refs:RelativeInstallPath (Results 1 – 13 of 13) sorted by relevance
| /build/soong/snapshot/ |
| D | snapshot_base.go | 34 RelativeInstallPath string `json:",omitempty"` member
|
| /build/soong/rust/ |
| D | test.go | 175 RelativeInstallPath: filepath.Join(libDir, linkableDep.RelativeInstallPath)}) 188 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 | 385 func (mod *Module) RelativeInstallPath() string { func
|
| /build/soong/cc/ |
| D | installer.go | 111 …x, []android.DataPath{{SrcPath: standaloneTestDep.ToGob().SrcPath, RelativeInstallPath: "standalon…
|
| D | linkable.go | 219 RelativeInstallPath() string methodSpec
|
| D | test.go | 378 RelativeInstallPath: linkableDep.RelativeInstallPath}) 390 RelativeInstallPath: linkableDep.RelativeInstallPath})
|
| D | fuzz.go | 326 …fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", Wi… 330 fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
|
| D | cc.go | 199 RelativeInstallPath string member 1416 func (c *Module) RelativeInstallPath() string { func 2487 RelativeInstallPath: mod.RelativeInstallPath(),
|
| /build/soong/android/ |
| D | paths.go | 2535 RelativeInstallPath string member 2545 if d.RelativeInstallPath != "" { 2546 relPath = filepath.Join(d.RelativeInstallPath, relPath)
|
| D | androidmk.go | 1240 if len(d.RelativeInstallPath) > 0 { 1241 testFileString += ":" + d.RelativeInstallPath
|
| /build/soong/sh/ |
| D | sh_binary.go | 228 func (s *ShBinary) RelativeInstallPath() string { func
|
| /build/soong/apex/ |
| D | apex.go | 1403 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath) 1415 dirInApex = filepath.Join(dirInApex, linkableInfo.RelativeInstallPath) 1429 dirInApex = filepath.Join(dirInApex, linkableInfo.RelativeInstallPath)
|