Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_sysroot.go69 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/
Ddexpreopt_config.go27 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 {
Dsdk.go311 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath {
362 func ApiFingerprintPath(ctx android.PathContext) android.OutputPath {
Ddexpreopt_bootjars.go72 func newBootImage(ctx android.PathContext, config bootImageConfig) *bootImage {
100 func skipDexpreoptBootJars(ctx android.PathContext) bool {
Dhiddenapi_singleton.go36 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct {
/build/soong/android/
Dpaths.go30 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 …]
Dapi_levels.go50 func GetApiLevelsJson(ctx PathContext) WritablePath {
/build/soong/dexpreopt/
Dconfig.go143 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 {
Ddexpreopt.go92 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…
Ddexpreopt_test.go24 func testModuleConfig(ctx android.PathContext) ModuleConfig {
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go116 func writeScripts(ctx android.PathContext, global dexpreopt.GlobalConfig, module dexpreopt.ModuleCo…