Lines Matching refs:soongOutDir
1124 …gs.HasPrefix(ret.String(), ctx.Config().soongOutDir) && !strings.Contains(ret.String(), ctx.Config…
1141 …gs.HasPrefix(ret.String(), ctx.Config().soongOutDir) && !strings.Contains(ret.String(), ctx.Config…
1304 soongOutDir string member
1321 return p.soongOutDir
1329 p.fullPath = StringPathRelativeToTop(p.soongOutDir, p.fullPath)
1330 p.soongOutDir = OutSoongDir
1371 fullPath := filepath.Join(ctx.Config().soongOutDir, path)
1373 return OutputPath{basePath{path, ""}, ctx.Config().soongOutDir, fullPath}
1683 soongOutDir string member
1708 p.soongOutDir = OutDir
1710 p.soongOutDir = OutSoongDir
1712 p.fullPath = filepath.Join(p.soongOutDir, p.path)
1717 return p.soongOutDir
1738 return filepath.Join(p.soongOutDir, "../", p.partitionDir)
1740 return filepath.Join(p.soongOutDir, p.partitionDir)
1815 soongOutDir: ctx.Config().soongOutDir,