Home
last modified time | relevance | path

Searched defs:PathContext (Results 1 – 25 of 29) sorted by relevance

12

/build/soong/cc/
Dndk_sysroot.go72 func getNdkInstallBase(ctx android.PathContext) android.InstallPath {
77 func getNdkSysrootBase(ctx android.PathContext) android.InstallPath {
84 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath {
90 func getNdkHeadersTimestampFile(ctx android.PathContext) android.WritablePath {
96 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath {
Dndk_abi.go26 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/
Ddexpreopt_config.go27 func dexpreoptTargets(ctx android.PathContext) []android.Target {
51 func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig {
105 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig {
184 func artBootImageConfig(ctx android.PathContext) *bootImageConfig {
188 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig {
192 func mainlineBootImageConfig(ctx android.PathContext) *bootImageConfig {
218 func GetApexBootConfig(ctx android.PathContext) apexBootConfig {
234 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)…
Dsdk.go357 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
363 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
412 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath {
Dhiddenapi_singleton.go100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct {
209 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath {
Dgen.go123 func genAidlIncludeFlags(ctx android.PathContext, srcFiles android.Paths, excludeDirs android.Paths…
Dplatform_compat_config.go47 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath {
Ddexpreopt_bootjars.go471 func SkipDexpreoptBootJars(ctx android.PathContext) bool {
Dlint.go640 func copiedLintDatabaseFilesPath(ctx android.PathContext, name string) android.WritablePath {
/build/soong/dexpreopt/
Ddexpreopt_test.go23 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 {
62 func testSystemExtSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig {
Ddexpreopt.go107 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool {
137 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
178 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf…
212 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string {
235 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
581 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {
596 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) {
Dconfig.go205 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) {
265 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig {
271 func GetGlobalConfigRawData(ctx android.PathContext) []byte {
279 android.PathContext anonMember
287 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw {
364 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
478 func IsDex2oatNeeded(ctx android.PathContext) bool {
[all …]
Dclass_loader_context_test.go424 func buildPath(ctx android.PathContext, lib string) android.Path {
Dclass_loader_context.go624 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo…
641 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla…
Dtesting.go93 func FixtureModifyGlobalConfig(configModifier func(ctx android.PathContext, dexpreoptConfig *Global…
/build/soong/java/config/
Dconfig.go266 func JavaCmd(ctx android.PathContext) android.SourcePath {
271 func JavadocCmd(ctx android.PathContext) android.SourcePath {
275 func javaTool(ctx android.PathContext, tool string) android.SourcePath {
288 func javaToolchain(ctx android.PathContext) android.SourcePath {
296 func javaHome(ctx android.PathContext) android.SourcePath {
/build/soong/bp2build/
Dbp2build.go120 func getOrCreateOutputDir(outputDir android.OutputPath, ctx android.PathContext, dir string) androi…
129 func writeFiles(ctx android.PathContext, outputDir android.OutputPath, files []BazelFile) {
/build/soong/android/
Dapi_levels.go302 func ApiLevelFrom(ctx PathContext, raw string) ApiLevel {
324 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) {
384 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel {
409 func GetApiLevelsJson(ctx PathContext) WritablePath {
Dpaths.go35 type PathContext interface { interface
138 func reportPathError(ctx PathContext, err error) {
145 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) {
155 func pathContextName(ctx PathContext, module blueprint.Module) string {
218 ReplaceExtension(ctx PathContext, ext string) OutputPath
366 func PathsForSource(ctx PathContext, paths []string) Paths {
482 func PathForGoBinary(ctx PathContext, goBinary bootstrap.GoBinaryTool) Path {
1051 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
1068 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
1103 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath {
[all …]
Dbazel_paths.go489 func PathForBazelOutRelative(ctx PathContext, relativeRoot string, path string) BazelOutPath {
529 func PathForBazelOut(ctx PathContext, path string) BazelOutPath {
535 func PathsForBazelOut(ctx PathContext, paths []string) Paths {
Dmodule_test.go1007 PathContext anonMember
/build/soong/cc/config/
Dglobal.go470 func ClangPath(ctx android.PathContext, file string) android.SourcePath {
482 func clangPath(ctx android.PathContext) android.SourcePath {
Ddarwin_host.go106 func MacStripPath(ctx android.PathContext) string {
123 func getMacTools(ctx android.PathContext) *macPlatformTools {
/build/soong/rust/config/
Dglobal.go117 func GetRustVersion(ctx android.PathContext) string {
/build/soong/apex/
Dbuilder.go992 func (a *apexBundle) getCertificateAndPrivateKey(ctx android.PathContext) (pem, key android.Path) {

12