Searched refs:relPathInPackage (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | packaging.go | 32 relPathInPackage string member 64 if p.relPathInPackage != other.relPathInPackage { 81 if p.relPathInPackage != "" { 82 return filepath.Base(p.relPathInPackage) 90 return p.relPathInPackage 93 func (p *PackagingSpec) SetRelPathInPackage(relPathInPackage string) { 94 p.relPathInPackage = relPathInPackage 358 dstPath := ps.relPathInPackage 390 destPath := filepath.Join(dir.String(), ps.relPathInPackage) 392 entries = append(entries, ps.relPathInPackage)
|
D | module_context.go | 496 relPathInPackage: Rel(m, fullInstallPath.PartitionDir(), fullInstallPath.String()), 623 relPathInPackage: Rel(m, fullInstallPath.PartitionDir(), fullInstallPath.String()), 667 relPathInPackage: Rel(m, fullInstallPath.PartitionDir(), fullInstallPath.String()),
|
D | rule_builder.go | 880 return filepath.Join(sboxToolsSubDir, "out", spec.relPathInPackage)
|