Home
last modified time | relevance | path

Searched refs:subDir (Results 1 – 11 of 11) sorted by relevance

/build/soong/java/
Daapt2.go29 subDir := filepath.Dir(res.String())
30 subDir, lastDir := filepath.Split(subDir)
43 subDir := filepath.Dir(res.String())
44 subDir, lastDir := filepath.Split(subDir)
46 return android.PathForModuleOut(ctx, "aapt2", subDir, name)
Dhiddenapi_singleton_test.go235 func generateDexedPath(subDir, dex, module string) string { argument
236 return fmt.Sprintf("out/soong/.intermediates/%s/android_common/%s/%s.jar", subDir, dex, module)
/build/soong/cc/
Dtesting.go715 …ntext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string, i… argument
723 snapshotPath := filepath.Join(subDir, snapshotFilename)
744 …ontext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string) { argument
746 …checkSnapshotIncludeExclude(t, ctx, singleton, moduleName, snapshotFilename, subDir, variant, true…
749 …ontext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string) { argument
751 …checkSnapshotIncludeExclude(t, ctx, singleton, moduleName, snapshotFilename, subDir, variant, fals…
754 …ontext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string) { argument
756 …checkSnapshotIncludeExclude(t, ctx, singleton, moduleName, snapshotFilename, subDir, variant, true…
Dinstaller.go58 subDir string member
97 return android.PathForModuleInstall(ctx, dir, installer.subDir,
Dbinary.go515 binary.baseInstaller.subDir = "bootstrap"
Dlibrary.go1775 library.baseInstaller.subDir = "bootstrap"
/build/soong/ui/build/
Dbuild.go420 subDir := filepath.Join(subDirs...)
421 destDir := filepath.Join(config.RealDistDir(), "soong_ui", subDir)
443 subDir := filepath.Join(subDirs...)
444 destDir := filepath.Join(config.RealDistDir(), "soong_ui", subDir)
/build/soong/genrule/
Dgenrule.go182 subDir string member
255 android.PathForModuleGen(ctx, g.subDir, ctx.ModuleDir(), dir))
258 android.PathForModuleGen(ctx, g.subDir, dir))
261 g.exportedIncludeDirs = append(g.exportedIncludeDirs, android.PathForModuleGen(ctx, g.subDir))
561 "tmpZip": android.PathForModuleGen(ctx, g.subDir+".zip").String(),
562 "genDir": android.PathForModuleGen(ctx, g.subDir).String(),
749 g.subDir = finalSubDir
/build/soong/etc/
Dprebuilt_etc.go272 if subDir := proptools.String(p.subdirProperties.Sub_dir); subDir != "" {
273 return subDir
/build/soong/rust/
Dcompiler.go252 subDir string member
585 return android.PathForModuleInstall(ctx, dir, compiler.subDir,
/build/soong/android/
Dpaths.go1485 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths {
1487 subDirFullPath := pathForModuleSrc(ctx, subDir)
1497 func PathWithModuleSrcSubDir(ctx EarlyModulePathContext, path Path, subDir string) Path {
1498 subDirFullPath := pathForModuleSrc(ctx, subDir)