Home
last modified time | relevance | path

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

/build/soong/snapshot/
Dhost_snapshot.go54 type RelativeInstallPath interface { interface
55 RelativeInstallPath() string methodSpec
204 if rel, ok := m.(RelativeInstallPath); ok {
205 outString = rel.RelativeInstallPath()
230 RelativeInstallPath: relPath,
Dsnapshot_base.go34 RelativeInstallPath string `json:",omitempty"` member
/build/soong/rust/
Dtest.go161 RelativeInstallPath: filepath.Join(libDir, linkableDep.RelativeInstallPath())})
174 RelativeInstallPath: linkableDep.RelativeInstallPath()})
Dfuzz.go156 …fuzzData = append(fuzzData, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", WithoutRel…
160 fuzzData = append(fuzzData, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
Drust.go329 func (mod *Module) RelativeInstallPath() string { func
/build/soong/cc/
Dtest.go423 RelativeInstallPath: linkableDep.RelativeInstallPath()})
435 RelativeInstallPath: linkableDep.RelativeInstallPath()})
Dlinkable.go195 RelativeInstallPath() string methodSpec
Dfuzz.go287 …fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", Wi…
291 fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
Dcc.go1226 func (c *Module) RelativeInstallPath() string { func
/build/soong/android/
Dandroidmk.go1018 if len(d.RelativeInstallPath) > 0 {
1019 testFileString += ":" + d.RelativeInstallPath
Dpaths.go2272 RelativeInstallPath string member
2282 if d.RelativeInstallPath != "" {
2283 relPath = filepath.Join(d.RelativeInstallPath, relPath)
/build/soong/sh/
Dsh_binary.go200 func (s *ShBinary) RelativeInstallPath() string { func
/build/soong/apex/
Dapex.go1573 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())