Home
last modified time | relevance | path

Searched refs:PathContext (Results 1 – 25 of 40) sorted by relevance

12

/build/soong/dexpreopt/
Dtesting.go88 FixtureModifyGlobalConfig(func(android.PathContext, *GlobalConfig) {}),
102 func FixtureModifyGlobalConfig(configModifier func(ctx android.PathContext, dexpreoptConfig *Global… argument
118 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
125 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
132 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
139 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
146 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
153 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
160 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
168 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) {
[all …]
Dconfig.go110 func (g *GlobalConfig) AllPlatformSystemServerJars(ctx android.PathContext) *android.ConfiguredJarL…
121 func (g *GlobalConfig) AllApexSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList {
131 func (g *GlobalConfig) AllSystemServerClasspathJars(ctx android.PathContext) *android.ConfiguredJar…
141 func (g *GlobalConfig) AllSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList {
207 func constructPath(ctx android.PathContext, path string) android.Path { argument
218 func constructPaths(ctx android.PathContext, paths []string) android.Paths { argument
226 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { argument
235 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { argument
267 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { argument
273 func GetGlobalConfigRawData(ctx android.PathContext) []byte { argument
[all …]
Ddexpreopt_test.go23 func testSystemModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument
27 func testSystemProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument
31 func testProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument
35 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig { argument
44 func testApexModuleConfig(ctx android.PathContext, name, apexName string) *ModuleConfig { argument
53 func testPlatformSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument
62 func testSystemExtSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument
Ddexpreopt.go109 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { argument
134 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument
175 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… argument
209 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string { argument
577 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { argument
592 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) { argument
Dclass_loader_context.go595 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo… argument
612 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla… argument
/build/soong/cc/
Dndk_sysroot.go72 func getNdkInstallBase(ctx android.PathContext) android.OutputPath { argument
77 func getNdkSysrootBase(ctx android.PathContext) android.OutputPath { argument
84 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath { argument
90 func getNdkHeadersTimestampFile(ctx android.PathContext) android.WritablePath { argument
96 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath { argument
102 func getNdkABIHeadersFile(ctx android.PathContext) android.WritablePath { argument
Dndk_abi.go26 func getNdkAbiDumpInstallBase(ctx android.PathContext) android.OutputPath { argument
30 func getNdkAbiDumpTimestampFile(ctx android.PathContext) android.OutputPath { argument
68 func getNdkAbiDiffTimestampFile(ctx android.PathContext) android.WritablePath { argument
/build/soong/java/
Ddexpreopt_config.go27 func dexpreoptTargets(ctx android.PathContext) []android.Target { argument
57 func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig { argument
115 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { argument
193 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { argument
197 func mainlineBootImageConfig(ctx android.PathContext) *bootImageConfig { argument
202 func isProfileProviderApex(ctx android.PathContext, apexName string) bool { argument
215 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)… argument
Daar_test.go162 fooOutputPath := android.OutputFileForModule(android.PathContext(nil), foo.Module(), "")
163 barOutputPath := android.OutputFileForModule(android.PathContext(nil), bar.Module(), "")
164 bazOutputPath := android.OutputFileForModule(android.PathContext(nil), baz.Module(), "")
Dhiddenapi_singleton.go100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct { argument
213 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath { argument
Dgen.go116 func genAidlIncludeFlags(ctx android.PathContext, srcFiles android.Paths, excludeDirs android.Paths… argument
Dsdk.go331 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { argument
337 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { argument
Ddexpreopt_bootjars.go374 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string {
386 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string {
396 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s…
471 func SkipDexpreoptBootJars(ctx android.PathContext) bool { argument
/build/soong/java/config/
Dconfig.go262 func JavaCmd(ctx android.PathContext) android.SourcePath { argument
267 func JavadocCmd(ctx android.PathContext) android.SourcePath { argument
271 func javaTool(ctx android.PathContext, tool string) android.SourcePath { argument
284 func javaToolchain(ctx android.PathContext) android.SourcePath { argument
292 func javaHome(ctx android.PathContext) android.SourcePath { argument
/build/soong/android/
Dpaths.go35 type PathContext interface { interface
41 PathContext
45 var _ PathContext = SingletonContext(nil)
46 var _ PathContext = ModuleContext(nil)
196 func reportPathError(ctx PathContext, err error) { argument
203 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { argument
213 func pathContextName(ctx PathContext, module blueprint.Module) string { argument
276 ReplaceExtension(ctx PathContext, ext string) OutputPath argument
435 func PathsForSource(ctx PathContext, paths []string) Paths { argument
551 func PathForGoBinary(ctx PathContext, goBinary bootstrap.GoBinaryTool) Path { argument
[all …]
Dlogtags.go35 func MergedLogtagsPath(ctx PathContext) OutputPath { argument
Dapi_levels.go314 func ApiLevelFrom(ctx PathContext, raw string) ApiLevel { argument
336 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) { argument
416 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel { argument
441 func GetApiLevelsJson(ctx PathContext) WritablePath { argument
Dtest_suites.go152 func pathForPackaging(ctx PathContext, pathComponents ...string) OutputPath { argument
157 func pathForTestCases(ctx PathContext) InstallPath { argument
Dconfig.go659 func (c *config) HostToolPath(ctx PathContext, tool string) Path {
664 func (c *config) HostJNIToolPath(ctx PathContext, lib string) Path {
673 func (c *config) HostJavaToolPath(ctx PathContext, tool string) Path {
678 func (c *config) HostCcSharedLibPath(ctx PathContext, lib string) Path {
705 func (c *config) PrebuiltBuildTool(ctx PathContext, tool string) Path {
794 func (c *config) BuildNumberFile(ctx PathContext) Path {
800 func (c *config) BuildHostnameFile(ctx PathContext) Path {
811 func (c *config) BuildThumbprintFile(ctx PathContext) Path {
1008 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
1016 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) {
[all …]
Dconfigured_jars.go178 func (l *ConfiguredJarList) BuildPaths(ctx PathContext, dir OutputPath) WritablePaths {
188 func (l *ConfiguredJarList) BuildPathsByModule(ctx PathContext, dir OutputPath) map[string]Writable…
Dpackage_ctx.go49 var _ PathContext = &configErrorWrapper{}
71 PathContext
Drule_builder.go428 PathContext
1068 func (c *RuleBuilderCommand) PrebuiltBuildTool(ctx PathContext, tool string) *RuleBuilderCommand {
1322 PathContext: pathCtx,
1327 PathContext anonMember
/build/soong/cc/config/
Ddarwin_host.go103 func MacStripPath(ctx android.PathContext) string { argument
120 func getMacTools(ctx android.PathContext) *macPlatformTools { argument
Dglobal.go553 func ClangPath(ctx android.PathContext, file string) android.SourcePath { argument
565 func clangPath(ctx android.PathContext) android.SourcePath { argument
/build/soong/rust/config/
Dglobal.go142 func GetRustVersion(ctx android.PathContext) string { argument

12