Home
last modified time | relevance | path

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

12

/build/soong/bp2build/
Dbp2build.go42 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi… argument
49 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) { argument
58 func writeFile(ctx android.PathContext, pathToFile android.OutputPath, content string) error { argument
/build/soong/android/
Dpaths.go35 type PathContext interface { interface
44 var _ PathContext = SingletonContext(nil)
45 var _ PathContext = ModuleContext(nil)
58 PathContext
138 func reportPathError(ctx PathContext, err error) { argument
145 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { argument
155 func pathContextName(ctx PathContext, module blueprint.Module) string { argument
218 ReplaceExtension(ctx PathContext, ext string) OutputPath argument
348 func PathsForSource(ctx PathContext, paths []string) Paths { argument
359 func ExistentPathsForSources(ctx PathContext, paths []string) Paths { argument
[all …]
Dapi_levels.go191 func ReplaceFinalizedCodenames(ctx PathContext, raw string) string { argument
214 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) { argument
242 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel { argument
267 func GetApiLevelsJson(ctx PathContext) WritablePath { argument
Dconfig.go519 func (c *config) HostToolPath(ctx PathContext, tool string) Path {
523 func (c *config) HostJNIToolPath(ctx PathContext, path string) Path {
531 func (c *config) HostJavaToolPath(ctx PathContext, path string) Path {
554 func (c *config) PrebuiltBuildTool(ctx PathContext, tool string) Path {
631 func (c *config) BuildNumberFile(ctx PathContext) Path {
748 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
756 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) {
992 func (c *config) DexpreoptGlobalConfigPath(ctx PathContext) OptionalPath {
1006 func (c *config) DexpreoptGlobalConfig(ctx PathContext) ([]byte, error) {
1019 func (c *config) FrameworksBaseDirExists(ctx PathContext) bool {
[all …]
Dpackage_ctx.go48 var _ PathContext = &configErrorWrapper{}
65 PathContext
Dbazel_paths.go353 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath { argument
372 func PathsForBazelOut(ctx PathContext, paths []string) Paths { argument
Drule_builder.go462 PathContext
1032 func (c *RuleBuilderCommand) PrebuiltBuildTool(ctx PathContext, tool string) *RuleBuilderCommand {
1311 PathContext: pathCtx,
1316 PathContext anonMember
Dapex.go95 func (i ApexInfo) mergedName(ctx PathContext) string {
508 func mergeApexVariations(ctx PathContext, apexInfos []ApexInfo) (merged []ApexInfo, aliases [][2]st… argument
Dmakevars.go127 var _ PathContext = MakeVarsContext(nil)
Drule_builder_test.go303 PathContext: pathCtx,
Dmodule.go2879 func OutputFilesForModule(ctx PathContext, module blueprint.Module, tag string) Paths { argument
2890 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path { argument
2904 func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string) (Paths, error) { argument
/build/soong/cc/
Dndk_sysroot.go69 func getNdkInstallBase(ctx android.PathContext) android.InstallPath { argument
74 func getNdkSysrootBase(ctx android.PathContext) android.InstallPath { argument
81 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath { argument
87 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath { argument
/build/soong/java/
Ddexpreopt_config.go27 func dexpreoptTargets(ctx android.PathContext) []android.Target { argument
49 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { argument
137 func artBootImageConfig(ctx android.PathContext) *bootImageConfig { argument
141 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { argument
167 func GetUpdatableBootConfig(ctx android.PathContext) updatableBootConfig { argument
183 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)… argument
Dhiddenapi_singleton.go100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct { argument
209 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath { argument
Dsdk.go343 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { argument
349 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { argument
401 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath { argument
Ddexpreopt_bootjars.go328 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string {
340 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string {
350 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s…
412 func SkipDexpreoptBootJars(ctx android.PathContext) bool { argument
Dplatform_compat_config.go46 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath { argument
Dlint.go559 func copiedAnnotationsZipPath(ctx android.PathContext) android.WritablePath { argument
563 func copiedAPIVersionsXmlPath(ctx android.PathContext, name string) android.WritablePath { argument
Dhiddenapi_modular.go839 func pathForValidation(ctx android.PathContext, path android.WritablePath) android.WritablePath { argument
/build/soong/dexpreopt/
Dconfig.go161 func constructPath(ctx android.PathContext, path string) android.Path { argument
172 func constructPaths(ctx android.PathContext, paths []string) android.Paths { argument
180 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { argument
189 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { argument
220 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { argument
226 func GetGlobalConfigRawData(ctx android.PathContext) []byte { argument
233 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw { argument
290 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { argument
494 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig { argument
513 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) { 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
Ddexpreopt.go103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { argument
130 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument
171 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… argument
204 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument
530 func NonUpdatableSystemServerJars(ctx android.PathContext, global *GlobalConfig) []string { argument
540 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { argument
555 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) { argument
Dclass_loader_context.go507 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo… argument
524 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla… argument
Dclass_loader_context_test.go281 func buildPath(ctx android.PathContext, lib string) android.Path { argument
/build/soong/java/config/
Dconfig.go228 func JavaCmd(ctx android.PathContext) android.SourcePath { argument
233 func JavadocCmd(ctx android.PathContext) android.SourcePath { argument
237 func javaTool(ctx android.PathContext, tool string) android.SourcePath { argument
250 func javaToolchain(ctx android.PathContext) android.SourcePath { argument
258 func javaHome(ctx android.PathContext) android.SourcePath { argument

12