Searched refs:subDir (Results 1 – 11 of 11) sorted by relevance
/build/soong/java/ |
D | aapt2.go | 37 subDir := filepath.Dir(res.String()) 38 subDir, lastDir := filepath.Split(subDir) 43 return android.PathForModuleOut(ctx, "aapt2", subDir, name)
|
/build/soong/cc/ |
D | installer.go | 51 subDir string member 81 return android.PathForModuleInstall(ctx, dir, installer.subDir,
|
D | vndk_prebuilt.go | 203 p.baseInstaller.subDir = "vndk-sp-" + p.version() 205 p.baseInstaller.subDir = "vndk-" + p.version()
|
D | cc_test.go | 220 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)
|
D | library.go | 1222 library.baseInstaller.subDir = "vndk-sp" 1244 library.baseInstaller.subDir = "vndk" 1251 library.baseInstaller.subDir += "-" + vndkVersion 1263 library.baseInstaller.subDir = "bootstrap"
|
D | binary.go | 474 binary.baseInstaller.subDir = "bootstrap"
|
/build/soong/ui/build/ |
D | build.go | 269 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/ |
D | prebuilt_etc.go | 164 if subDir := proptools.String(p.properties.Sub_dir); subDir != "" { 165 return subDir
|
/build/soong/genrule/ |
D | genrule.go | 142 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/ |
D | compiler.go | 113 subDir string member 229 return android.PathForModuleInstall(ctx, dir, compiler.subDir,
|
/build/soong/android/ |
D | paths.go | 1060 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)
|