Searched defs:PathContext (Results 1 – 16 of 16) sorted by relevance
/build/soong/java/ |
D | dexpreopt_config.go | 57 func dexpreoptTargets(ctx android.PathContext) []android.Target { 82 func getDexLocation(ctx android.PathContext, target android.Target, module string) string { 112 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { 203 func artBootImageConfig(ctx android.PathContext) *bootImageConfig { 207 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { 211 func defaultBootclasspath(ctx android.PathContext) []string {
|
D | sdk.go | 610 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 616 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 659 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 | hiddenapi_singleton.go | 41 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct {
|
D | platform_compat_config.go | 28 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath {
|
D | dexpreopt_bootjars.go | 181 func skipDexpreoptBootJars(ctx android.PathContext) bool {
|
/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/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 | 55 func GenerateDexpreoptRule(ctx android.PathContext, globalSoong *GlobalSoongConfig, 101 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 125 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 164 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 238 func (m classLoaderContextMap) addSystemServerLibs(sdkVer int, ctx android.PathContext, module *Mod… 246 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 575 func GetJarLocationFromApexJarPair(ctx android.PathContext, apexJarValue string) string { 584 func NonUpdatableSystemServerJars(ctx android.PathContext, global *GlobalConfig) []string { 595 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { 610 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) {
|
D | config.go | 158 func constructPath(ctx android.PathContext, path string) android.Path { 169 func constructPaths(ctx android.PathContext, paths []string) android.Paths { 177 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { 186 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { 219 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { 225 func GetGlobalConfigRawData(ctx android.PathContext) []byte { 232 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw { 267 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { 425 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig { 444 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) { [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 88 func reportPathError(ctx PathContext, err error) { 95 func reportPathErrorf(ctx PathContext, format string, args ...interface{}) { 105 func pathContextName(ctx PathContext, module blueprint.Module) string { 233 func PathsForSource(ctx PathContext, paths []string) Paths { 244 func ExistentPathsForSources(ctx PathContext, paths []string) Paths { 739 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 755 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 772 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) { 797 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { [all …]
|
D | api_levels.go | 51 func GetApiLevelsJson(ctx PathContext) WritablePath {
|
D | config.go | 917 func SplitApexJarPair(ctx PathContext, str string) (string, string) { 927 func GetJarsFromApexJarPairs(ctx PathContext, apexJarPairs []string) []string {
|
D | module.go | 2210 func OutputFilesForModule(ctx PathContext, module blueprint.Module, tag string) Paths { 2221 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path { 2235 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,
|