Lines Matching defs:OutputPath
900 type OutputPath struct { struct
901 basePath
902 fullPath string
905 func (p OutputPath) withRel(rel string) OutputPath {
911 func (p OutputPath) WithoutRel() OutputPath {
916 func (p OutputPath) buildDir() string {
961 func (p OutputPath) writablePath() {}
963 func (p OutputPath) String() string {
969 func (p OutputPath) Join(ctx PathContext, paths ...string) OutputPath {
978 func (p OutputPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
988 func (p OutputPath) InSameDir(ctx PathContext, paths ...string) OutputPath {
1102 OutputPath anonMember