Lines Matching refs:buildDir
960 if strings.HasPrefix(ret.String(), ctx.Config().buildDir) {
976 if strings.HasPrefix(ret.String(), ctx.Config().buildDir) {
1119 buildDir string member
1136 return p.buildDir
1144 p.fullPath = StringPathRelativeToTop(p.buildDir, p.fullPath)
1145 p.buildDir = OutSoongDir
1186 fullPath := filepath.Join(ctx.Config().buildDir, path)
1188 return OutputPath{basePath{path, ""}, ctx.Config().buildDir, fullPath}
1512 buildDir string member
1532 p.buildDir = OutSoongDir
1537 return p.buildDir
1552 return filepath.Join(p.buildDir, "../", p.path)
1554 return filepath.Join(p.buildDir, p.path)
1563 return filepath.Join(p.buildDir, "../", p.partitionDir)
1565 return filepath.Join(p.buildDir, p.partitionDir)
1649 buildDir: ctx.Config().buildDir,
1660 buildDir: ctx.Config().buildDir,