Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dndk_sysroot.go72 func getNdkInstallBase(ctx android.PathContext) android.OutputPath {
77 func getNdkSysrootBase(ctx android.PathContext) android.OutputPath {
84 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath {
90 func getNdkHeadersTimestampFile(ctx android.PathContext) android.WritablePath {
96 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath {
102 func getNdkABIHeadersFile(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 {
57 func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig {
115 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig {
193 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig {
197 func mainlineBootImageConfig(ctx android.PathContext) *bootImageConfig {
202 func isProfileProviderApex(ctx android.PathContext, apexName string) bool {
215 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)…
Dsdk.go331 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
337 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
Dhiddenapi_singleton.go100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct {
213 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath {
Dgen.go116 func genAidlIncludeFlags(ctx android.PathContext, srcFiles android.Paths, excludeDirs android.Paths…
Dplatform_compat_config.go49 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath {
/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.go109 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool {
134 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
175 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf…
209 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string {
577 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {
592 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) {
Dconfig.go207 func constructPath(ctx android.PathContext, path string) android.Path {
218 func constructPaths(ctx android.PathContext, paths []string) android.Paths {
226 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath {
235 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) {
267 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig {
273 func GetGlobalConfigRawData(ctx android.PathContext) []byte {
281 android.PathContext anonMember
289 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw {
366 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
480 func IsDex2oatNeeded(ctx android.PathContext) bool {
[all …]
Dclass_loader_context_test.go380 func buildPath(ctx android.PathContext, lib string) android.Path {
Dclass_loader_context.go595 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo…
612 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla…
Dtesting.go102 func FixtureModifyGlobalConfig(configModifier func(ctx android.PathContext, dexpreoptConfig *Global…
/build/soong/java/config/
Dconfig.go262 func JavaCmd(ctx android.PathContext) android.SourcePath {
267 func JavadocCmd(ctx android.PathContext) android.SourcePath {
271 func javaTool(ctx android.PathContext, tool string) android.SourcePath {
284 func javaToolchain(ctx android.PathContext) android.SourcePath {
292 func javaHome(ctx android.PathContext) android.SourcePath {
/build/soong/android/
Dtest_suites.go152 func pathForPackaging(ctx PathContext, pathComponents ...string) OutputPath {
157 func pathForTestCases(ctx PathContext) InstallPath {
Dpaths.go35 type PathContext interface { interface
196 func reportPathError(ctx PathContext, err error) {
203 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) {
213 func pathContextName(ctx PathContext, module blueprint.Module) string {
276 ReplaceExtension(ctx PathContext, ext string) OutputPath
435 func PathsForSource(ctx PathContext, paths []string) Paths {
551 func PathForGoBinary(ctx PathContext, goBinary bootstrap.GoBinaryTool) Path {
1115 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
1132 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
1167 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath {
[all …]
Dapi_levels.go314 func ApiLevelFrom(ctx PathContext, raw string) ApiLevel {
336 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) {
416 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel {
441 func GetApiLevelsJson(ctx PathContext) WritablePath {
Dlogtags.go35 func MergedLogtagsPath(ctx PathContext) OutputPath {
Dmodule_test.go962 PathContext anonMember
Dmodule.go2411 func OutputFilesForModule(ctx PathContext, module blueprint.Module, tag string) Paths {
2422 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path {
2455 func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string) (Paths, error) {
2485 func outputFilesForModuleFromProvider(ctx PathContext, module blueprint.Module, tag string) (Paths,…
/build/soong/cc/config/
Dglobal.go553 func ClangPath(ctx android.PathContext, file string) android.SourcePath {
565 func clangPath(ctx android.PathContext) android.SourcePath {
Ddarwin_host.go103 func MacStripPath(ctx android.PathContext) string {
120 func getMacTools(ctx android.PathContext) *macPlatformTools {
/build/soong/rust/config/
Dglobal.go142 func GetRustVersion(ctx android.PathContext) string {
/build/soong/apex/
Dbuilder.go1023 func (a *apexBundle) getCertificateAndPrivateKey(ctx android.PathContext) (pem, key android.Path) {
/build/soong/genrule/
Dgenrule.go839 func getSandboxingAllowlistSets(ctx android.PathContext) *sandboxingAllowlistSets {

12