/build/soong/java/ |
D | hiddenapi.go | 31 bootDexJarPath android.Path 32 flagsCSVPath android.Path 33 indexCSVPath android.Path 34 metadataCSVPath android.Path 37 func (h *hiddenAPI) flagsCSV() android.Path { 41 func (h *hiddenAPI) metadataCSV() android.Path { 45 func (h *hiddenAPI) bootDexJar() android.Path { 49 func (h *hiddenAPI) indexCSV() android.Path { 54 bootDexJar() android.Path 55 flagsCSV() android.Path [all …]
|
D | device_host_converter.go | 38 combinedHeaderJar android.Path 39 combinedImplementationJar android.Path 153 func (d *DeviceHostConverter) DexJarBuildPath() android.Path { 157 func (d *DeviceHostConverter) DexJarInstallPath() android.Path { 177 func (d *DeviceHostConverter) JacocoReportClassesFile() android.Path { 187 func(w io.Writer, outputFile android.Path) {
|
D | aar.go | 30 ExportPackage() android.Path 87 aaptSrcJar android.Path 88 exportPackage android.Path 89 manifestPath android.Path 91 proguardOptionsFile android.Path 93 rTxt android.Path 94 extraAaptPackagesFile android.Path 95 mergedManifestFile android.Path 116 path android.Path 119 func (a *aapt) ExportPackage() android.Path { [all …]
|
D | android_resources.go | 40 func androidResourceGlob(ctx android.ModuleContext, dir android.Path) android.Paths { argument 52 path android.Path 65 dir android.Path 69 func overlayResourceGlob(ctx android.ModuleContext, dir android.Path) (res []globbedResourceDir, argument
|
D | android_manifest.go | 55 func manifestFixer(ctx android.ModuleContext, manifest android.Path, sdkContext sdkContext, sdkLibr… argument 56 …dedNativeLibs, usesNonSdkApis, useEmbeddedDex, hasNoCode bool, loggingParent string) android.Path { 136 func manifestMerger(ctx android.ModuleContext, manifest android.Path, staticLibManifests android.Pa… argument 137 isLibrary bool) android.Path {
|
D | lint.go | 54 manifest android.Path 55 mergedManifest android.Path 60 classes android.Path 78 html android.Path 79 text android.Path 80 xml android.Path 109 func (l LintDepSetsBuilder) Direct(html, text, xml android.Path) LintDepSetsBuilder { 257 …c (l *linter) generateManifest(ctx android.ModuleContext, rule *android.RuleBuilder) android.Path { 311 var annotationsZipPath, apiVersionsXMLPath android.Path 467 zip := func(outputPath android.WritablePath, get func(*lintOutputs) android.Path) { [all …]
|
/build/soong/rust/ |
D | builder.go | 72 outputFile android.Path 73 coverageFile android.Path 80 func TransformSrcToBinary(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 87 func TransformSrctoRlib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 92 func TransformSrctoDylib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 97 func TransformSrctoStatic(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 103 func TransformSrctoShared(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, argument 109 func TransformSrctoProcMacro(ctx ModuleContext, mainSrc android.Path, deps PathDeps, argument 117 paths = append(paths, lib.Path) 122 func transformSrctoCrate(ctx ModuleContext, main android.Path, deps PathDeps, flags Flags, argument [all …]
|
D | androidmk.go | 60 func(w io.Writer, outputFile android.Path) { 93 ret.DistFiles = android.MakeDefaultDistFiles(binary.distFile.Path()) 97 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) { 108 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) { 137 ret.DistFiles = android.MakeDefaultDistFiles(library.distFile.Path()) 140 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) { 156 ret.DistFiles = android.MakeDefaultDistFiles(procMacro.distFile.Path()) 165 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) { 175 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) { 186 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
|
D | source_provider.go | 29 outputFile android.Path 36 generateSource(ctx android.ModuleContext, deps PathDeps) android.Path 46 func (sp *baseSourceProvider) generateSource(ctx android.ModuleContext, deps PathDeps) android.Path…
|
D | rust.go | 98 return android.Paths{mod.outputFile.Path()}, nil 272 Path android.Path member 279 compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path 284 install(ctx ModuleContext, path android.Path) argument 467 func (mod *Module) SetDepsInLinkOrder([]android.Path) {} 469 func (mod *Module) GetDepsInLinkOrder() []android.Path { 470 return []android.Path{} 674 mod.compiler.install(ctx, mod.outputFile.Path()) 811 linkDir := linkPathFromFilePath(linkFile.Path()) 831 linkPath := linkPathFromFilePath(linkFile.Path()) [all …]
|
/build/soong/tradefed/ |
D | autogen.go | 33 func getTestConfig(ctx android.ModuleContext, prop *string) android.Path { 35 return p.Path() 37 return p.Path() 47 …tring, autoGenConfig *bool, testConfigTemplateProp *string) (path android.Path, autogenPath androi… 140 …nfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool) android.Path { 159 …g, testSuites []string, config []Config, autoGenConfig *bool, outputFileName string) android.Path { 174 …figTemplateProp *string, testSuites []string, configs []Config, autoGenConfig *bool) android.Path { 189 testSuites []string, autoGenConfig *bool) android.Path { 208 testConfigTemplateProp *string, testSuites []string, autoGenConfig *bool) android.Path { 224 …nfigTemplateProp *string, testSuites []string, config []Config, autoGenConfig *bool) android.Path { [all …]
|
/build/soong/finder/fs/ |
D | fs.go | 265 Path: path, 276 Path: path, 284 Path: path, 307 Path: fileName, 314 Path: fileName, 321 Path: fileName, 343 Path: name, 488 Path: path, 545 Path: path, 579 Path: sourcePath, [all …]
|
/build/soong/android/ |
D | paths.go | 114 type Path interface { interface 132 Path 154 func GenPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleGenPath { argument 164 func ObjPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleObjPath { argument 175 func ResPathWithName(ctx ModuleContext, p Path, name string) ModuleResPath { argument 186 path Path 190 func OptionalPathForPath(path Path) OptionalPath { argument 204 func (p OptionalPath) Path() Path { func 221 type Paths []Path 223 func (paths Paths) containsPath(path Path) bool { argument [all …]
|
D | hooks.go | 123 SrcPath() Path 124 Path() InstallPath methodSpec 138 srcPath Path 145 func (x *installHookContext) SrcPath() Path { 149 func (x *installHookContext) Path() InstallPath { func 157 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) { argument
|
D | namespace.go | 54 return s.items[i].Path < s.items[j].Path 125 existingNamespace, exists := r.namespaceAt(namespace.Path) 127 if existingNamespace.Path == namespace.Path { 128 return fmt.Errorf("namespace %v already exists", namespace.Path) 137 r.namespacesByDir.Store(namespace.Path, namespace) 310 foundInNamespaces = append(foundInNamespaces, namespace.Path) 319 importedNames = append(importedNames, ns.Path) 321 …amespace %q which can read these %v namespaces: %q", depender, dependerNs.Path, len(importedNames)… 348 Path string member 363 return &Namespace{Path: path, moduleContainer: blueprint.NewSimpleNameInterface()}
|
D | makevars.go | 90 Phony(names string, deps ...Path) argument 94 DistForGoal(goal string, paths ...Path) argument 99 DistForGoalWithFilename(goal string, path Path, filename string) argument 103 DistForGoals(goals []string, paths ...Path) argument 108 DistForGoalsWithFilename(goals []string, path Path, filename string) argument 400 func (c *makeVarsContext) Phony(name string, deps ...Path) { 404 func (c *makeVarsContext) DistForGoal(goal string, paths ...Path) { 408 func (c *makeVarsContext) DistForGoalWithFilename(goal string, path Path, filename string) { 412 func (c *makeVarsContext) DistForGoals(goals []string, paths ...Path) { 416 func (c *makeVarsContext) DistForGoalsWithFilename(goals []string, path Path, filename string) {
|
D | filegroup.go | 37 Path *string member 65 if fg.properties.Path != nil { 66 fg.srcs = PathsWithModuleSrcSubDir(ctx, fg.srcs, String(fg.properties.Path))
|
D | rule_builder.go | 51 From Path 127 func (r *RuleBuilder) Install(from Path, to string) { 173 inputs := make(map[string]Path) 200 orderOnlys := make(map[string]Path) 278 func (r *RuleBuilder) toolsSet() map[string]Path { 279 tools := make(map[string]Path) 497 func (c *RuleBuilderCommand) addInput(path Path) string { 507 func (c *RuleBuilderCommand) addImplicit(path Path) string { 517 func (c *RuleBuilderCommand) addOrderOnly(path Path) { 521 func (c *RuleBuilderCommand) outputStr(path Path) string { [all …]
|
D | onceper.go | 99 func (once *OncePer) OncePath(key OnceKey, value func() Path) Path { 100 return once.Once(key, func() interface{} { return value() }).(Path)
|
/build/soong/cc/ |
D | prebuilt_test.go | 187 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 201 assertString(t, static.OutputFile().Path().Base(), "libf.a") 224 assertString(t, shared.OutputFile().Path().Base(), "libtest.so") 227 assertString(t, static.OutputFile().Path().Base(), "libf.a") 251 assertString(t, static.OutputFile().Path().Base(), "libfoo.a") 254 assertString(t, shared.OutputFile().Path().Base(), "libbar.so") 272 assertString(t, shared.OutputFile().Path().Base(), "libbar.so")
|
D | gen.go | 68 func genYacc(ctx android.ModuleContext, rule *android.RuleBuilder, yaccFile android.Path, argument 111 func genAidl(ctx android.ModuleContext, rule *android.RuleBuilder, aidlFile android.Path, argument 156 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath) { argument 165 func genSysprop(ctx android.ModuleContext, syspropFile android.Path) (android.Path, android.Paths) { argument 189 …WinMsg(ctx android.ModuleContext, srcFile android.Path, flags builderFlags) (android.Path, android… argument
|
D | sdk_test.go | 62 var toFile android.Path 65 toFile = toc.Path() 67 toFile = m.outputFile.Path()
|
D | strip.go | 42 func (stripper *stripper) strip(ctx ModuleContext, in android.Path, out android.ModuleOutPath, 63 func (stripper *stripper) stripExecutableOrSharedLib(ctx ModuleContext, in android.Path, 68 func (stripper *stripper) stripStaticLib(ctx ModuleContext, in android.Path, out android.ModuleOutP…
|
/build/soong/dexpreopt/ |
D | config.go | 94 Profman android.Path 95 Dex2oat android.Path 96 Aapt android.Path 97 SoongZip android.Path 98 Zip2zip android.Path 99 ManifestCheck android.Path 100 ConstructContext android.Path 105 Host android.Path 116 DexPath android.Path 117 ManifestPath android.Path [all …]
|
/build/soong/ui/build/ |
D | util.go | 83 dir == pathErr.Path || seenErr[pathErr.Path] { 87 seenErr[pathErr.Path] = true 88 err = os.Chmod(filepath.Dir(pathErr.Path), 0700)
|