Home
last modified time | relevance | path

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

/build/soong/cc/
Dtesting.go645 …ntext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string, i… argument
653 snapshotPath := filepath.Join(subDir, snapshotFilename)
674 …ontext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string) { argument
676 …checkSnapshotIncludeExclude(t, ctx, singleton, moduleName, snapshotFilename, subDir, variant, true…
679 …ontext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string) { argument
681 …checkSnapshotIncludeExclude(t, ctx, singleton, moduleName, snapshotFilename, subDir, variant, fals…
684 …ontext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string) { argument
686 …checkSnapshotIncludeExclude(t, ctx, singleton, moduleName, snapshotFilename, subDir, variant, true…
Dinstaller.go58 subDir string member
95 return android.PathForModuleInstall(ctx, dir, installer.subDir,
Dcc_test.go296 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
307 } else if lib.baseInstaller.subDir != subDir {
308 t.Errorf("%q must use %q as subdir but it is using %q", name, subDir,
309 lib.baseInstaller.subDir)
Dbinary.go511 binary.baseInstaller.subDir = "bootstrap"
Dlibrary.go1849 library.baseInstaller.subDir = "vndk-sp"
1851 library.baseInstaller.subDir = "vndk"
1891 library.baseInstaller.subDir = "bootstrap"
/build/soong/etc/
Dsnapshot_etc.go105 subDir := ""
107 subDir = *s.properties.Relative_install_path
110 s.installDirPath = android.PathForModuleInstall(ctx, "etc", subDir)
Dprebuilt_etc.go271 if subDir := proptools.String(p.subdirProperties.Sub_dir); subDir != "" {
272 return subDir
706 if subDir := module.subdirProperties.Sub_dir; subDir != nil {
707 dir = dir + "/" + *subDir
/build/soong/java/
Daapt2.go34 subDir := filepath.Dir(res.String())
35 subDir, lastDir := filepath.Split(subDir)
40 return android.PathForModuleOut(ctx, "aapt2", subDir, name)
Dhiddenapi_singleton_test.go221 func generateDexedPath(subDir, dex, module string) string { argument
222 return fmt.Sprintf("out/soong/.intermediates/%s/android_common/%s/%s.jar", subDir, dex, module)
/build/soong/ui/build/
Dbuild.go352 subDir := filepath.Join(subDirs...)
353 destDir := filepath.Join(config.RealDistDir(), "soong_ui", subDir)
375 subDir := filepath.Join(subDirs...)
376 destDir := filepath.Join(config.RealDistDir(), "soong_ui", subDir)
/build/soong/genrule/
Dgenrule.go186 subDir string member
281 android.PathForModuleGen(ctx, g.subDir, ctx.ModuleDir(), dir))
284 g.exportedIncludeDirs = append(g.exportedIncludeDirs, android.PathForModuleGen(ctx, g.subDir))
571 "tmpZip": android.PathForModuleGen(ctx, g.subDir+".zip").String(),
572 "genDir": android.PathForModuleGen(ctx, g.subDir).String(),
783 g.subDir = finalSubDir
/build/soong/sh/
Dsh_binary.go557 var subDir *string
559 subDir = m.properties.Sub_dir
565 Sub_dir: subDir,
/build/soong/rust/
Dcompiler.go183 subDir string member
449 return android.PathForModuleInstall(ctx, dir, compiler.subDir,
/build/soong/android/
Dpaths.go1402 func PathsWithModuleSrcSubDir(ctx EarlyModulePathContext, paths Paths, subDir string) Paths {
1404 subDirFullPath := pathForModuleSrc(ctx, subDir)
1414 func PathWithModuleSrcSubDir(ctx EarlyModulePathContext, path Path, subDir string) Path {
1415 subDirFullPath := pathForModuleSrc(ctx, subDir)