Home
last modified time | relevance | path

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

/build/soong/java/
Daapt2.go37 subDir := filepath.Dir(res.String())
38 subDir, lastDir := filepath.Split(subDir)
43 return android.PathForModuleOut(ctx, "aapt2", subDir, name)
/build/soong/cc/
Dinstaller.go51 subDir string member
81 return android.PathForModuleInstall(ctx, dir, installer.subDir,
Dvndk_prebuilt.go203 p.baseInstaller.subDir = "vndk-sp-" + p.version()
205 p.baseInstaller.subDir = "vndk-" + p.version()
Dcc_test.go220 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
234 } else if lib.baseInstaller.subDir != subDir {
235 t.Errorf("%q must use %q as subdir but it is using %q", name, subDir,
236 lib.baseInstaller.subDir)
261 …ontext, singleton android.TestingSingleton, moduleName, snapshotFilename, subDir, variant string) { argument
272 snapshotPath := filepath.Join(subDir, snapshotFilename)
Dlibrary.go1222 library.baseInstaller.subDir = "vndk-sp"
1244 library.baseInstaller.subDir = "vndk"
1251 library.baseInstaller.subDir += "-" + vndkVersion
1263 library.baseInstaller.subDir = "bootstrap"
Dbinary.go474 binary.baseInstaller.subDir = "bootstrap"
/build/soong/ui/build/
Dbuild.go269 subDir := filepath.Join(subDirs...)
270 destDir := filepath.Join(config.DistDir(), "soong_ui", subDir)
291 subDir := filepath.Join(subDirs...)
292 destDir := filepath.Join(config.DistDir(), "soong_ui", subDir)
/build/soong/etc/
Dprebuilt_etc.go164 if subDir := proptools.String(p.properties.Sub_dir); subDir != "" {
165 return subDir
/build/soong/genrule/
Dgenrule.go142 subDir string member
198 android.PathForModuleGen(ctx, g.subDir, ctx.ModuleDir(), dir))
201 g.exportedIncludeDirs = append(g.exportedIncludeDirs, android.PathForModuleGen(ctx, g.subDir))
451 "tmpZip": android.PathForModuleGen(ctx, g.subDir+".zip").String(),
452 "genDir": android.PathForModuleGen(ctx, g.subDir).String(),
672 g.subDir = "gensrcs"
/build/soong/rust/
Dcompiler.go113 subDir string member
229 return android.PathForModuleInstall(ctx, dir, compiler.subDir,
/build/soong/android/
Dpaths.go1060 func PathsWithModuleSrcSubDir(ctx ModuleContext, paths Paths, subDir string) Paths {
1062 subDirFullPath := pathForModuleSrc(ctx, subDir)
1072 func PathWithModuleSrcSubDir(ctx ModuleContext, path Path, subDir string) Path {
1073 subDirFullPath := pathForModuleSrc(ctx, subDir)