Searched defs:PathContext (Results 1 – 25 of 27) sorted by relevance
12
/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 getNdkHeadersTimestampFile(ctx android.PathContext) android.WritablePath { 93 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath {
|
D | ndk_abi.go | 26 func getNdkAbiDumpInstallBase(ctx android.PathContext) android.OutputPath { 30 func getNdkAbiDumpTimestampFile(ctx android.PathContext) android.OutputPath { 68 func getNdkAbiDiffTimestampFile(ctx android.PathContext) android.WritablePath {
|
/build/soong/java/ |
D | dexpreopt_config.go | 27 func dexpreoptTargets(ctx android.PathContext) []android.Target { 49 func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig { 89 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { 146 func artBootImageConfig(ctx android.PathContext) *bootImageConfig { 150 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { 176 func GetApexBootConfig(ctx android.PathContext) apexBootConfig { 192 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)…
|
D | sdk.go | 358 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 364 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 416 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath {
|
D | hiddenapi_singleton.go | 100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct { 209 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath {
|
D | lint.go | 562 func copiedAnnotationsZipPath(ctx android.PathContext) android.WritablePath { 566 func copiedAPIVersionsXmlPath(ctx android.PathContext, name string) android.WritablePath {
|
D | platform_compat_config.go | 46 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath {
|
D | dexpreopt_bootjars.go | 446 func SkipDexpreoptBootJars(ctx android.PathContext) bool {
|
D | hiddenapi_modular.go | 864 func pathForValidation(ctx android.PathContext, path android.WritablePath) 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 { 44 func testApexModuleConfig(ctx android.PathContext, name, apexName string) *ModuleConfig { 53 func testPlatformSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig {
|
D | dexpreopt.go | 103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 125 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 166 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 200 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string { 218 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 556 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { 571 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) {
|
D | config.go | 205 func constructPath(ctx android.PathContext, path string) android.Path { 216 func constructPaths(ctx android.PathContext, paths []string) android.Paths { 224 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { 233 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { 264 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { 270 func GetGlobalConfigRawData(ctx android.PathContext) []byte { 277 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw { 334 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { 539 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig { 558 func ParseGlobalSoongConfig(ctx android.PathContext, data []byte) (*GlobalSoongConfig, error) { [all …]
|
D | class_loader_context_test.go | 405 func buildPath(ctx android.PathContext, lib string) android.Path {
|
D | class_loader_context.go | 644 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo… 661 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla…
|
D | testing.go | 93 func FixtureModifyGlobalConfig(configModifier func(ctx android.PathContext, dexpreoptConfig *Global…
|
/build/soong/bp2build/ |
D | bp2build.go | 53 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi… 60 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) { 69 func writeFile(ctx android.PathContext, pathToFile android.OutputPath, content string) error {
|
/build/soong/java/config/ |
D | config.go | 252 func JavaCmd(ctx android.PathContext) android.SourcePath { 257 func JavadocCmd(ctx android.PathContext) android.SourcePath { 261 func javaTool(ctx android.PathContext, tool string) android.SourcePath { 274 func javaToolchain(ctx android.PathContext) android.SourcePath { 282 func javaHome(ctx android.PathContext) android.SourcePath {
|
/build/soong/android/ |
D | paths.go | 36 type PathContext interface { interface 139 func reportPathError(ctx PathContext, err error) { 146 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { 156 func pathContextName(ctx PathContext, module blueprint.Module) string { 219 ReplaceExtension(ctx PathContext, ext string) OutputPath 367 func PathsForSource(ctx PathContext, paths []string) Paths { 378 func ExistentPathsForSources(ctx PathContext, paths []string) Paths { 481 func PathForGoBinary(ctx PathContext, goBinary bootstrap.GoBinaryTool) Path { 1052 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 1068 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { [all …]
|
D | api_levels.go | 221 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) { 276 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel { 301 func GetApiLevelsJson(ctx PathContext) WritablePath {
|
D | bazel_paths.go | 454 func PathForBazelOut(ctx PathContext, paths ...string) BazelOutPath { 473 func PathsForBazelOut(ctx PathContext, paths []string) Paths {
|
D | apex.go | 519 func mergeApexVariations(ctx PathContext, apexInfos []ApexInfo) (merged []ApexInfo, aliases [][2]st…
|
/build/soong/cc/config/ |
D | global.go | 434 func ClangPath(ctx android.PathContext, file string) android.SourcePath { 446 func clangPath(ctx android.PathContext) android.SourcePath {
|
D | darwin_host.go | 116 func MacStripPath(ctx android.PathContext) string { 133 func getMacTools(ctx android.PathContext) *macPlatformTools {
|
/build/soong/rust/config/ |
D | global.go | 106 func GetRustVersion(ctx android.PathContext) string {
|
/build/soong/apex/ |
D | builder.go | 896 func (a *apexBundle) getCertificateAndPrivateKey(ctx android.PathContext) (pem, key android.Path) {
|
12