Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/rust/
H A Dtest.go166 RelativeInstallPath: filepath.Join(libDir, linkableDep.RelativeInstallPath())})
179 RelativeInstallPath: linkableDep.RelativeInstallPath()})
H A Dfuzz.go156 …fuzzData = append(fuzzData, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", WithoutRel…
160 fuzzData = append(fuzzData, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
H A Drust.go323 func (mod *Module) RelativeInstallPath() string { func
/aosp_15_r20/build/soong/cc/
H A Dtest.go354 RelativeInstallPath: linkableDep.RelativeInstallPath()})
366 RelativeInstallPath: linkableDep.RelativeInstallPath()})
H A Dfuzz.go325 …fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "corpus", Wi…
329 fuzzBin.data = append(fuzzBin.data, android.DataPath{SrcPath: d, RelativeInstallPath: "data"})
H A Dlinkable.go204 RelativeInstallPath() string methodSpec
H A Dcc.go1234 func (c *Module) RelativeInstallPath() string { func
/aosp_15_r20/build/soong/snapshot/
H A Dsnapshot_base.go34 RelativeInstallPath string `json:",omitempty"` member
/aosp_15_r20/build/soong/apex/
H A Dapex.go1418 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath())
1430 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath())
1444 dirInApex = filepath.Join(dirInApex, rustm.RelativeInstallPath())
1464 dirInApex = filepath.Join(dirInApex, rustm.RelativeInstallPath())
/aosp_15_r20/build/soong/android/
H A Dpaths.go2554 RelativeInstallPath string member
2564 if d.RelativeInstallPath != "" {
2565 relPath = filepath.Join(d.RelativeInstallPath, relPath)
H A Dandroidmk.go1020 if len(d.RelativeInstallPath) > 0 {
1021 testFileString += ":" + d.RelativeInstallPath
/aosp_15_r20/build/soong/sh/
H A Dsh_binary.go215 func (s *ShBinary) RelativeInstallPath() string { func