Home
last modified time | relevance | path

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

/build/soong/snapshot/
Dhost_snapshot.go54 type RelativeInstallPath interface { interface
55 RelativeInstallPath() string methodSpec
201 if rel, ok := m.(RelativeInstallPath); ok {
202 outString = rel.RelativeInstallPath()
228 RelativeInstallPath: relPath,
Dsnapshot_base.go114 RelativeInstallPath string `json:",omitempty"` member
/build/soong/rust/
Dtest.go156 RelativeInstallPath: linkableDep.RelativeInstallPath()})
169 RelativeInstallPath: linkableDep.RelativeInstallPath()})
Drust.go299 func (mod *Module) RelativeInstallPath() string { func
1519 var _ snapshot.RelativeInstallPath = (*Module)(nil)
/build/soong/cc/
Dvendor_snapshot.go233 prop.RelativeInstallPath = "vndk-sp"
235 prop.RelativeInstallPath = "vndk"
238 prop.RelativeInstallPath = m.RelativeInstallPath()
Dtest.go396 RelativeInstallPath: linkableDep.RelativeInstallPath()})
408 RelativeInstallPath: linkableDep.RelativeInstallPath()})
Dlinkable.go211 RelativeInstallPath() string methodSpec
Dvndk.go709 RelativeInstallPath string `json:",omitempty"`
715 prop.RelativeInstallPath = m.RelativeInstallPath()
Dcc.go1113 func (c *Module) RelativeInstallPath() string { func
3503 var _ snapshot.RelativeInstallPath = (*Module)(nil)
/build/soong/sh/
Dsh_binary.go200 func (s *ShBinary) RelativeInstallPath() string { func
578 var _ snapshot.RelativeInstallPath = (*ShBinary)(nil)
/build/soong/android/
Dandroidmk.go956 if len(d.RelativeInstallPath) > 0 {
957 testFileString += ":" + d.RelativeInstallPath
Dpaths.go2144 RelativeInstallPath string member
/build/soong/apex/
Dbuilder.go474 dataDest := imageDir.Join(ctx, fi.apexRelativePath(relPath), d.RelativeInstallPath).String()
1033 …readOnlyPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath…
Dapex.go1504 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath())
1528 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath())
/build/soong/etc/
Dprebuilt_etc.go633 prop.RelativeInstallPath = *m.subdirProperties.Relative_install_path