| /build/soong/java/ |
| D | dexpreopt_config.go | 27 func dexpreoptTargets(ctx android.PathContext) []android.Target { 57 func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig { 116 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { 194 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { 198 func mainlineBootImageConfig(ctx android.PathContext) *bootImageConfig { 203 func isProfileProviderApex(ctx android.PathContext, apexName string) bool { 216 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)…
|
| D | sdk.go | 331 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 337 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
|
| D | hiddenapi_singleton.go | 100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct { 213 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath {
|
| D | gen.go | 115 func genAidlIncludeFlags(ctx android.PathContext, srcFiles android.Paths, excludeDirs android.Paths…
|
| /build/soong/cc/ |
| D | ndk_sysroot.go | 87 func getNdkInstallBase(ctx android.PathContext) android.OutputPath { 92 func getNdkSysrootBase(ctx android.PathContext) android.OutputPath { 99 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath { 105 func getNdkHeadersTimestampFile(ctx android.PathContext) android.WritablePath { 111 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath { 117 func getNdkABIHeadersFile(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 {
|
| D | stub_library.go | 83 func StubLibrariesFile(ctx android.PathContext) android.WritablePath {
|
| D | llndk_library.go | 105 func MovedToApexLlndkLibrariesFile(ctx android.PathContext) android.WritablePath {
|
| D | ndk_headers.go | 35 func getCurrentIncludePath(ctx android.PathContext) android.OutputPath {
|
| /build/soong/dexpreopt/ |
| D | dexpreopt_test.go | 24 func testSystemModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 28 func testSystemProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 32 func testProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 36 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig { 45 func testApexModuleConfig(ctx android.PathContext, name, apexName string) *ModuleConfig { 56 func testPlatformSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { 65 func testSystemExtSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig {
|
| D | dexpreopt.go | 110 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 135 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 176 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 210 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string { 567 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {
|
| D | config.go | 216 func constructPath(ctx android.PathContext, path string) android.Path { 227 func constructPaths(ctx android.PathContext, paths []string) android.Paths { 235 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { 244 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { 276 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { 282 func GetGlobalConfigRawData(ctx android.PathContext) []byte { 290 android.PathContext anonMember 298 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw { 375 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) { 495 func IsDex2oatNeeded(ctx android.PathContext) bool { [all …]
|
| D | class_loader_context_test.go | 380 func buildPath(ctx android.PathContext, lib string) android.Path {
|
| D | class_loader_context.go | 600 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo… 617 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla…
|
| D | testing.go | 102 func FixtureModifyGlobalConfig(configModifier func(ctx android.PathContext, dexpreoptConfig *Global…
|
| /build/soong/java/config/ |
| D | config.go | 275 func JavaCmd(ctx android.PathContext) android.SourcePath { 280 func JavadocCmd(ctx android.PathContext) android.SourcePath { 284 func javaTool(ctx android.PathContext, tool string) android.SourcePath { 297 func javaToolchain(ctx android.PathContext) android.SourcePath { 305 func javaHome(ctx android.PathContext) android.SourcePath {
|
| /build/soong/rust/config/ |
| D | global.go | 99 func RustPath(ctx android.PathContext) string { 155 func GetRustVersion(ctx android.PathContext) string {
|
| /build/soong/android/ |
| D | test_suites.go | 132 func pathForPackaging(ctx PathContext, pathComponents ...string) OutputPath { 137 func pathForTestCases(ctx PathContext) InstallPath {
|
| D | logtags.go | 39 func MergedLogtagsPath(ctx PathContext) OutputPath {
|
| D | paths.go | 35 type PathContext interface { interface 219 func reportPathError(ctx PathContext, err error) { 226 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { 240 func pathContextName(ctx PathContext, module blueprint.Module) string { 307 ReplaceExtension(ctx PathContext, ext string) OutputPath 491 func PathsForSource(ctx PathContext, paths []string) Paths { 1284 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 1301 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 1336 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { 1364 func PathForArbitraryOutput(ctx PathContext, pathComponents ...string) WritablePath { [all …]
|
| D | module_test.go | 984 PathContext anonMember
|
| D | api_levels.go | 474 func GetApiLevelsJson(ctx PathContext) WritablePath {
|
| /build/soong/cc/config/ |
| D | global.go | 541 func ClangPath(ctx android.PathContext, file string) android.SourcePath { 553 func clangPath(ctx android.PathContext) android.SourcePath {
|
| D | darwin_host.go | 108 func MacStripPath(ctx android.PathContext) string { 125 func getMacTools(ctx android.PathContext) *macPlatformTools {
|
| /build/soong/apex/ |
| D | builder.go | 1059 func (a *apexBundle) getCertificateAndPrivateKey(ctx android.PathContext) (pem, key android.Path) {
|