Searched refs:PathForSource (Results 1 – 25 of 26) sorted by relevance
12
/build/soong/android/ |
D | rule_builder_test.go | 53 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 …]
|
D | paths_test.go | 840 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"),
|
D | paths.go | 351 ret[i] = PathForSource(ctx, path) 1011 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { func 1111 return OptionalPathForPath(PathForSource(ctx, relPath))
|
/build/soong/cc/ |
D | toolchain_library.go | 84 return android.PathForSource(ctx, "") 87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
|
D | ndk_prebuilt.go | 44 …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])
|
D | ndk_headers.go | 235 depsPath := android.PathForSource(ctx, "bionic/libc/versioner-dependencies") 241 depsGlob[i] = android.PathForSource(
|
D | stl.go | 243 ndkSrcRoot := android.PathForSource(ctx, "prebuilts/ndk/current/sources/cxx-stl/system/include")
|
D | proto.go | 45 optionsPath := android.PathForSource(ctx, optionsFile)
|
D | pgo.go | 131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0]))
|
D | library_sdk_member.go | 297 src := android.PathForSource(sdkModuleContext, file)
|
D | linker.go | 556 cfiExportsMap := android.PathForSource(ctx, cfiExportsMapPath)
|
/build/soong/java/ |
D | java_resources.go | 42 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…
|
D | boot_jars.go | 39 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
|
D | android_resources.go | 95 overlayModuleDir := android.PathForSource(ctx, data.dir, dir.String()) 140 paths = append(paths, android.PathForSource(ctx, f))
|
D | hiddenapi_singleton.go | 184 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-flags.c… 195 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-index.c…
|
D | dex.go | 222 android.PathForSource(ctx, "build/make/core/proguard.flags"), 234 r8Deps = append(r8Deps, android.PathForSource(ctx,
|
D | lint.go | 268 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)
|
D | sdk.go | 87 lambdaStubsPath := android.PathForSource(ctx, config.SdkLambdaStubsPath)
|
D | java.go | 632 …builder.CopyToSnapshot(android.PathForSource(sdkModuleContext, file), filepath.Join(aidlIncludeDir… 1060 j.wrapperFile = android.PathForSource(ctx, "build/soong/scripts/jar-wrapper.sh")
|
/build/soong/apex/ |
D | deapexer.go | 126 Tool(android.PathForSource(ctx, "build/soong/scripts/unpack-prebuilt-apex.sh")).
|
D | builder.go | 260 …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/ |
D | dexpreopt_gen.go | 148 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location) 152 v.Host = android.PathForSource(ctx, *basePath+v.Device)
|
/build/soong/python/ |
D | builder.go | 94 template := android.PathForSource(ctx, StubTemplateHost)
|
/build/soong/java/config/ |
D | config.go | 259 return android.PathForSource(ctx, ctx.Config().Getenv("ANDROID_JAVA_HOME"))
|
/build/soong/dexpreopt/ |
D | config.go | 168 return android.PathForSource(ctx, path)
|
12