Searched defs:PathContext (Results 1 – 11 of 11) sorted by relevance
| /build/soong/cc/ |
| D | ndk_sysroot.go | 69 func getNdkInstallBase(ctx android.PathContext) android.OutputPath { 74 func getNdkSysrootBase(ctx android.PathContext) android.OutputPath { 81 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath { 87 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath {
|
| /build/soong/java/ |
| D | dexpreopt_config.go | 27 func dexpreoptGlobalConfig(ctx android.PathContext) dexpreopt.GlobalConfig { 60 func systemServerClasspath(ctx android.PathContext) []string { 78 func defaultBootImageConfig(ctx android.PathContext) bootImageConfig { 134 func apexBootImageConfig(ctx android.PathContext) bootImageConfig { 188 func defaultBootclasspath(ctx android.PathContext) []string {
|
| D | sdk.go | 311 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { 362 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath {
|
| D | dexpreopt_bootjars.go | 72 func newBootImage(ctx android.PathContext, config bootImageConfig) *bootImage { 100 func skipDexpreoptBootJars(ctx android.PathContext) bool {
|
| D | hiddenapi_singleton.go | 36 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct {
|
| /build/soong/android/ |
| D | paths.go | 30 type PathContext interface { interface 74 func reportPathError(ctx PathContext, err error) { 81 func reportPathErrorf(ctx PathContext, format string, args ...interface{}) { 198 func PathsForSource(ctx PathContext, paths []string) Paths { 209 func ExistentPathsForSources(ctx PathContext, paths []string) Paths { 616 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 632 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) { 649 func existsWithDependencies(ctx PathContext, path SourcePath) (exists bool, err error) { 674 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { 703 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { [all …]
|
| D | api_levels.go | 50 func GetApiLevelsJson(ctx PathContext) WritablePath {
|
| /build/soong/dexpreopt/ |
| D | config.go | 143 func constructPath(ctx android.PathContext, path string) android.Path { 154 func constructPaths(ctx android.PathContext, paths []string) android.Paths { 162 func constructPathMap(ctx android.PathContext, paths map[string]string) map[string]android.Path { 170 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { 179 func LoadGlobalConfig(ctx android.PathContext, path string) (GlobalConfig, error) { 226 func LoadModuleConfig(ctx android.PathContext, path string) (ModuleConfig, error) { 262 func loadConfig(ctx android.PathContext, path string, config interface{}) error { 282 func GlobalConfigForTests(ctx android.PathContext) GlobalConfig {
|
| D | dexpreopt.go | 92 func GenerateDexpreoptRule(ctx android.PathContext, 153 func profileCommand(ctx android.PathContext, global GlobalConfig, module ModuleConfig, 192 func dexpreoptCommand(ctx android.PathContext, global GlobalConfig, module ModuleConfig, rule *andr…
|
| D | dexpreopt_test.go | 24 func testModuleConfig(ctx android.PathContext) ModuleConfig {
|
| /build/soong/dexpreopt/dexpreopt_gen/ |
| D | dexpreopt_gen.go | 116 func writeScripts(ctx android.PathContext, global dexpreopt.GlobalConfig, module dexpreopt.ModuleCo…
|