Searched defs:PathContext (Results 1 – 15 of 15) sorted by relevance
/build/soong/cc/ |
D | ndk_sysroot.go | 69 func getNdkInstallBase(ctx android.PathContext) android.InstallPath { 74 func getNdkSysrootBase(ctx android.PathContext) android.InstallPath { 81 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath { 87 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath {
|
/build/soong/java/ |
D | dexpreopt_config.go | 57 func dexpreoptTargets(ctx android.PathContext) []android.Target { 85 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { 187 func artBootImageConfig(ctx android.PathContext) *bootImageConfig { 191 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { 195 func defaultBootclasspath(ctx android.PathContext) []string {
|
D | sdk.go | 591 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 597 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 640 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath {
|
D | lint.go | 434 func copiedAnnotationsZipPath(ctx android.PathContext) android.WritablePath { 438 func copiedAPIVersionsXmlPath(ctx android.PathContext) android.WritablePath {
|
D | platform_compat_config.go | 28 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath {
|
D | hiddenapi_singleton.go | 41 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct {
|
D | dexpreopt_bootjars.go | 175 func skipDexpreoptBootJars(ctx android.PathContext) bool {
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 23 func testSystemModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 27 func testSystemProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 31 func testProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 35 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig {
|
D | dexpreopt.go | 54 func GenerateDexpreoptRule(ctx android.PathContext, globalSoong *GlobalSoongConfig, 100 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 124 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 163 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 195 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 582 func NonUpdatableSystemServerJars(ctx android.PathContext, global *GlobalConfig) []string { 593 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {
|
D | config.go | 147 func constructPath(ctx android.PathContext, path string) android.Path { 158 func constructPaths(ctx android.PathContext, paths []string) android.Paths { 166 func constructPathMap(ctx android.PathContext, paths map[string]string) map[string]android.Path { 174 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { 183 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { 216 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { 222 func GetGlobalConfigRawData(ctx android.PathContext) []byte { 229 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw { 264 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { 403 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig { [all …]
|
/build/soong/java/config/ |
D | config.go | 224 func JavaCmd(ctx android.PathContext) android.SourcePath { 229 func JavadocCmd(ctx android.PathContext) android.SourcePath { 233 func javaTool(ctx android.PathContext, tool string) android.SourcePath { 246 func javaToolchain(ctx android.PathContext) android.SourcePath { 254 func javaHome(ctx android.PathContext) android.SourcePath {
|
/build/soong/android/ |
D | paths.go | 34 type PathContext interface { interface 79 func reportPathError(ctx PathContext, err error) { 86 func reportPathErrorf(ctx PathContext, format string, args ...interface{}) { 96 func pathContextName(ctx PathContext, module blueprint.Module) string { 215 func PathsForSource(ctx PathContext, paths []string) Paths { 226 func ExistentPathsForSources(ctx PathContext, paths []string) Paths { 696 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 712 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 729 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) { 754 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { [all …]
|
D | api_levels.go | 51 func GetApiLevelsJson(ctx PathContext) WritablePath {
|
D | module.go | 2077 func OutputFilesForModule(ctx PathContext, module blueprint.Module, tag string) Paths { 2088 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path { 2102 func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string) (Paths, error) {
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 136 func writeScripts(ctx android.PathContext, globalSoong *dexpreopt.GlobalSoongConfig,
|