Home
last modified time | relevance | path

Searched refs:PathForSource (Results 1 – 25 of 26) sorted by relevance

12

/build/soong/android/
Drule_builder_test.go53 Tool(PathForSource(ctx, "ld")).
79 Tool(PathForSource(ctx, "ln")).
105 Tool(PathForSource(ctx, "cp")).
106 Input(PathForSource(ctx, "a")).
109 Tool(PathForSource(ctx, "cp")).
132 Tool(PathForSource(ctx, "cp")).
133 Input(PathForSource(ctx, "a")).
136 Tool(PathForSource(ctx, "cp")).
162 Tool(PathForSource(ctx, "ld")).
181 Tool(PathForSource(ctx, "ld")).
[all …]
Dpaths_test.go840 PathForSource(ctx, "a.txt"),
841 PathForSource(ctx, "a/txt"),
842 PathForSource(ctx, "a/b/c"),
843 PathForSource(ctx, "a/b/d"),
844 PathForSource(ctx, "b"),
845 PathForSource(ctx, "b/b.txt"),
846 PathForSource(ctx, "a/a.txt"),
1403 p := PathForSource(ctx, "source/path")
1411 PathForSource(ctx, "source/path"),
Dpaths.go351 ret[i] = PathForSource(ctx, path)
1011 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { func
1111 return OptionalPathForPath(PathForSource(ctx, relPath))
/build/soong/cc/
Dtoolchain_library.go84 return android.PathForSource(ctx, "")
87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
Dndk_prebuilt.go44 …return android.PathForSource(ctx, fmt.Sprintf("prebuilts/ndk/current/platforms/android-%s/arch-%s/…
157 return android.PathForSource(ctx, libDir).Join(ctx, ctx.Arch().Abi[0])
Dndk_headers.go235 depsPath := android.PathForSource(ctx, "bionic/libc/versioner-dependencies")
241 depsGlob[i] = android.PathForSource(
Dstl.go243 ndkSrcRoot := android.PathForSource(ctx, "prebuilts/ndk/current/sources/cxx-stl/system/include")
Dproto.go45 optionsPath := android.PathForSource(ctx, optionsFile)
Dpgo.go131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0]))
Dlibrary_sdk_member.go297 src := android.PathForSource(sdkModuleContext, file)
Dlinker.go556 cfiExportsMap := android.PathForSource(ctx, cfiExportsMapPath)
/build/soong/java/
Djava_resources.go42 dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, exclude).String(), nil)
55 …dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, resourceDir).String(), excl…
Dboot_jars.go39 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
Dandroid_resources.go95 overlayModuleDir := android.PathForSource(ctx, data.dir, dir.String())
140 paths = append(paths, android.PathForSource(ctx, f))
Dhiddenapi_singleton.go184 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-flags.c…
195 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-index.c…
Ddex.go222 android.PathForSource(ctx, "build/make/core/proguard.flags"),
234 r8Deps = append(r8Deps, android.PathForSource(ctx,
Dlint.go268 android.PathForSource(ctx, "build/soong/java/lint_defaults.txt"))
408 …annotationsZipPath = android.PathForSource(ctx, "prebuilts/sdk/current/public/data/annotations.zip…
409 apiVersionsXMLPath = android.PathForSource(ctx, apiVersionsPrebuilt)
Dsdk.go87 lambdaStubsPath := android.PathForSource(ctx, config.SdkLambdaStubsPath)
Djava.go632 …builder.CopyToSnapshot(android.PathForSource(sdkModuleContext, file), filepath.Join(aidlIncludeDir…
1060 j.wrapperFile = android.PathForSource(ctx, "build/soong/scripts/jar-wrapper.sh")
/build/soong/apex/
Ddeapexer.go126 Tool(android.PathForSource(ctx, "build/soong/scripts/unpack-prebuilt-apex.sh")).
Dbuilder.go260 …fileContexts = android.PathForSource(ctx, "system/sepolicy/apex", ctx.ModuleName()+"-file_contexts…
708 …ndkLibraryList := android.PathForSource(ctx, "system/core/rootdir/etc/public.libraries.android.txt…
711 Tool(android.PathForSource(ctx, "build/soong/scripts/gen_ndk_backedby_apex.sh")).
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go148 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location)
152 v.Host = android.PathForSource(ctx, *basePath+v.Device)
/build/soong/python/
Dbuilder.go94 template := android.PathForSource(ctx, StubTemplateHost)
/build/soong/java/config/
Dconfig.go259 return android.PathForSource(ctx, ctx.Config().Getenv("ANDROID_JAVA_HOME"))
/build/soong/dexpreopt/
Dconfig.go168 return android.PathForSource(ctx, path)

12