Searched defs:OutputPath (Results 1 – 3 of 3) sorted by relevance
| /build/soong/android/ |
| D | paths.go | 492 type OutputPath struct { struct 493 basePath 506 func (p OutputPath) writablePath() {} 508 func (p OutputPath) String() string { 512 func (p OutputPath) RelPathString() string { 518 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath { 585 OutputPath anonMember
|
| D | hooks.go | 144 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
|
| D | module.go | 86 InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath 87 InstallFileName(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath 88 InstallSymlink(installPath OutputPath, name string, srcPath OutputPath) OutputPath
|