Home
last modified time | relevance | path

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

/build/soong/snapshot/
Dsnapshot_base.go34 RelativeInstallPath string `json:",omitempty"` member
/build/soong/rust/
Dtest.go175 RelativeInstallPath: filepath.Join(libDir, linkableDep.RelativeInstallPath)})
188 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.go385 func (mod *Module) RelativeInstallPath() string { func
/build/soong/cc/
Dinstaller.go111 …x, []android.DataPath{{SrcPath: standaloneTestDep.ToGob().SrcPath, RelativeInstallPath: "standalon…
Dlinkable.go219 RelativeInstallPath() string methodSpec
Dtest.go378 RelativeInstallPath: linkableDep.RelativeInstallPath})
390 RelativeInstallPath: linkableDep.RelativeInstallPath})
Dfuzz.go326 …fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", Wi…
330 fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
Dcc.go199 RelativeInstallPath string member
1416 func (c *Module) RelativeInstallPath() string { func
2487 RelativeInstallPath: mod.RelativeInstallPath(),
/build/soong/android/
Dpaths.go2535 RelativeInstallPath string member
2545 if d.RelativeInstallPath != "" {
2546 relPath = filepath.Join(d.RelativeInstallPath, relPath)
Dandroidmk.go1240 if len(d.RelativeInstallPath) > 0 {
1241 testFileString += ":" + d.RelativeInstallPath
/build/soong/sh/
Dsh_binary.go228 func (s *ShBinary) RelativeInstallPath() string { func
/build/soong/apex/
Dapex.go1403 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath)
1415 dirInApex = filepath.Join(dirInApex, linkableInfo.RelativeInstallPath)
1429 dirInApex = filepath.Join(dirInApex, linkableInfo.RelativeInstallPath)