Home
last modified time | relevance | path

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

/build/soong/common/
Dpaths.go460 type OutputPath struct { struct
461 basePath
475 func (p OutputPath) writablePath() {}
477 func (p OutputPath) String() string {
481 func (p OutputPath) RelPathString() string {
487 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath {
546 OutputPath anonMember
Dmodule.go79 InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath
80 InstallFileName(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath