Searched refs:soongOutDir (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | paths.go | 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 [all …]
|
D | test_asserts.go | 81 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.soongOutDir, actual)) 88 AssertDeepEquals(t, message, expected, StringPathsRelativeToTop(config.soongOutDir, actual))
|
D | test_config.go | 57 soongOutDir: filepath.Join(buildDir, "soong"),
|
D | testing.go | 825 outSoongDir := filepath.Clean(config.soongOutDir) 1225 func StringPathRelativeToTop(soongOutDir string, path string) string { 1234 rel, isRel, err := maybeRelErr(soongOutDir, path) 1245 outDir := filepath.Dir(soongOutDir) 1266 func StringPathsRelativeToTop(soongOutDir string, paths []string) []string { 1269 relative := StringPathRelativeToTop(soongOutDir, path)
|
D | config.go | 118 return c.soongOutDir 123 return shared.TempDirForOutDir(c.soongOutDir) 284 soongOutDir string member 454 func NullConfig(outDir, soongOutDir string) Config { 458 soongOutDir: soongOutDir, 474 soongOutDir: cmdArgs.SoongOutDir, 655 return filepath.Join(c.soongOutDir, "host", c.PrebuiltOS(), "bin")
|
/build/soong/ui/build/ |
D | soong.go | 101 soongOutDir string member 114 return c.soongOutDir 407 soongOutDir: config.SoongOutDir(),
|