Home
last modified time | relevance | path

Searched refs:soongOutDir (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dpaths.go1124 …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 …]
Dtest_asserts.go81 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.soongOutDir, actual))
88 AssertDeepEquals(t, message, expected, StringPathsRelativeToTop(config.soongOutDir, actual))
Dtest_config.go57 soongOutDir: filepath.Join(buildDir, "soong"),
Dtesting.go825 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)
Dconfig.go118 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/
Dsoong.go101 soongOutDir string member
114 return c.soongOutDir
407 soongOutDir: config.SoongOutDir(),