Home
last modified time | relevance | path

Searched defs:OutputPath (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dpaths.go492 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
Dhooks.go144 func (x *hooks) runInstallHooks(ctx ModuleContext, path OutputPath, symlink bool) {
Dmodule.go86 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