Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_sysroot.go69 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/java/
Ddexpreopt_config.go57 func dexpreoptTargets(ctx android.PathContext) []android.Target {
85 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig {
187 func artBootImageConfig(ctx android.PathContext) *bootImageConfig {
191 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig {
195 func defaultBootclasspath(ctx android.PathContext) []string {
Dsdk.go591 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
597 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
640 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath {
Dlint.go434 func copiedAnnotationsZipPath(ctx android.PathContext) android.WritablePath {
438 func copiedAPIVersionsXmlPath(ctx android.PathContext) android.WritablePath {
Dplatform_compat_config.go28 func platformCompatConfigPath(ctx android.PathContext) android.OutputPath {
Dhiddenapi_singleton.go41 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct {
Ddexpreopt_bootjars.go175 func skipDexpreoptBootJars(ctx android.PathContext) bool {
/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 {
Ddexpreopt.go54 func GenerateDexpreoptRule(ctx android.PathContext, globalSoong *GlobalSoongConfig,
100 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool {
124 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
163 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf…
195 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
582 func NonUpdatableSystemServerJars(ctx android.PathContext, global *GlobalConfig) []string {
593 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath {
Dconfig.go147 func constructPath(ctx android.PathContext, path string) android.Path {
158 func constructPaths(ctx android.PathContext, paths []string) android.Paths {
166 func constructPathMap(ctx android.PathContext, paths map[string]string) map[string]android.Path {
174 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath {
183 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) {
216 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig {
222 func GetGlobalConfigRawData(ctx android.PathContext) []byte {
229 func getGlobalConfigRaw(ctx android.PathContext) globalConfigAndRaw {
264 func ParseModuleConfig(ctx android.PathContext, data []byte) (*ModuleConfig, error) {
403 func GetCachedGlobalSoongConfig(ctx android.PathContext) *GlobalSoongConfig {
[all …]
/build/soong/java/config/
Dconfig.go224 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/
Dpaths.go34 type PathContext interface { interface
79 func reportPathError(ctx PathContext, err error) {
86 func reportPathErrorf(ctx PathContext, format string, args ...interface{}) {
96 func pathContextName(ctx PathContext, module blueprint.Module) string {
215 func PathsForSource(ctx PathContext, paths []string) Paths {
226 func ExistentPathsForSources(ctx PathContext, paths []string) Paths {
696 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
712 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
729 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) {
754 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath {
[all …]
Dapi_levels.go51 func GetApiLevelsJson(ctx PathContext) WritablePath {
Dmodule.go2077 func OutputFilesForModule(ctx PathContext, module blueprint.Module, tag string) Paths {
2088 func OutputFileForModule(ctx PathContext, module blueprint.Module, tag string) Path {
2102 func outputFilesForModule(ctx PathContext, module blueprint.Module, tag string) (Paths, error) {
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go136 func writeScripts(ctx android.PathContext, globalSoong *dexpreopt.GlobalSoongConfig,