Searched refs:RelativeInstallPath (Results 1 – 15 of 15) sorted by relevance
/build/soong/snapshot/ |
D | host_snapshot.go | 54 type RelativeInstallPath interface { interface 55 RelativeInstallPath() string methodSpec 201 if rel, ok := m.(RelativeInstallPath); ok { 202 outString = rel.RelativeInstallPath() 228 RelativeInstallPath: relPath,
|
D | snapshot_base.go | 114 RelativeInstallPath string `json:",omitempty"` member
|
/build/soong/rust/ |
D | test.go | 156 RelativeInstallPath: linkableDep.RelativeInstallPath()}) 169 RelativeInstallPath: linkableDep.RelativeInstallPath()})
|
D | rust.go | 299 func (mod *Module) RelativeInstallPath() string { func 1519 var _ snapshot.RelativeInstallPath = (*Module)(nil)
|
/build/soong/cc/ |
D | vendor_snapshot.go | 233 prop.RelativeInstallPath = "vndk-sp" 235 prop.RelativeInstallPath = "vndk" 238 prop.RelativeInstallPath = m.RelativeInstallPath()
|
D | test.go | 396 RelativeInstallPath: linkableDep.RelativeInstallPath()}) 408 RelativeInstallPath: linkableDep.RelativeInstallPath()})
|
D | linkable.go | 211 RelativeInstallPath() string methodSpec
|
D | vndk.go | 709 RelativeInstallPath string `json:",omitempty"` 715 prop.RelativeInstallPath = m.RelativeInstallPath()
|
D | cc.go | 1113 func (c *Module) RelativeInstallPath() string { func 3503 var _ snapshot.RelativeInstallPath = (*Module)(nil)
|
/build/soong/sh/ |
D | sh_binary.go | 200 func (s *ShBinary) RelativeInstallPath() string { func 578 var _ snapshot.RelativeInstallPath = (*ShBinary)(nil)
|
/build/soong/android/ |
D | androidmk.go | 956 if len(d.RelativeInstallPath) > 0 { 957 testFileString += ":" + d.RelativeInstallPath
|
D | paths.go | 2144 RelativeInstallPath string member
|
/build/soong/apex/ |
D | builder.go | 474 dataDest := imageDir.Join(ctx, fi.apexRelativePath(relPath), d.RelativeInstallPath).String() 1033 …readOnlyPaths = append(readOnlyPaths, filepath.Join(f.installDir, d.RelativeInstallPath, d.SrcPath…
|
D | apex.go | 1504 dirInApex = filepath.Join(dirInApex, ccMod.RelativeInstallPath()) 1528 dirInApex = filepath.Join(dirInApex, cc.RelativeInstallPath())
|
/build/soong/etc/ |
D | prebuilt_etc.go | 633 prop.RelativeInstallPath = *m.subdirProperties.Relative_install_path
|