Searched refs:PathForSource (Results 1 – 25 of 28) sorted by relevance
12
/build/soong/android/ |
D | rule_builder_test.go | 50 Tool(PathForSource(ctx, "ld")). 76 Tool(PathForSource(ctx, "cp")). 77 Input(PathForSource(ctx, "a")). 80 Tool(PathForSource(ctx, "cp")). 103 Tool(PathForSource(ctx, "cp")). 104 Input(PathForSource(ctx, "a")). 107 Tool(PathForSource(ctx, "cp")). 133 Tool(PathForSource(ctx, "ld")). 152 Tool(PathForSource(ctx, "ld")). 158 cmd.Tool(PathForSource(ctx, "ld")) [all …]
|
D | paths_test.go | 673 PathForSource(ctx, "a.txt"), 674 PathForSource(ctx, "a/txt"), 675 PathForSource(ctx, "a/b/c"), 676 PathForSource(ctx, "a/b/d"), 677 PathForSource(ctx, "b"), 678 PathForSource(ctx, "b/b.txt"), 679 PathForSource(ctx, "a/a.txt"),
|
D | config.go | 529 return PathForSource(ctx, "prebuilts/build-tools", c.PrebuiltOS(), "bin", tool) 692 return PathForSource(ctx, filepath.Dir(defaultCert)) 694 return PathForSource(ctx, "build/make/target/product/security") 701 return PathForSource(ctx, defaultCert+".x509.pem"), PathForSource(ctx, defaultCert+".pk8") 717 return PathForSource(ctx, filepath.Dir(defaultCert))
|
D | paths.go | 236 ret[i] = PathForSource(ctx, path) 797 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { func 896 return OptionalPathForPath(PathForSource(ctx, relPath))
|
/build/soong/java/ |
D | hiddenapi_singleton.go | 247 Tool(android.PathForSource(ctx, "frameworks/base/tools/hiddenapi/generate_hiddenapi_lists.py")). 251 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist.txt")). 254 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-q.txt")). 256 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-p.txt")). 258 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-o.txt")). 260 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-force-blacklist.txt")). 262 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-packages.txt")).
|
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 | android_resources.go | 80 overlayModuleDir := android.PathForSource(ctx, data.dir, dir.String()) 125 paths = append(paths, android.PathForSource(ctx, f))
|
D | dex.go | 154 android.PathForSource(ctx, "build/make/core/proguard.flags"), 159 android.PathForSource(ctx, "build/make/core/proguard.jacoco.flags")) 171 r8Deps = append(r8Deps, android.PathForSource(ctx,
|
D | lint.go | 245 android.PathForSource(ctx, "build/soong/java/lint_defaults.txt")) 313 …annotationsZipPath = android.PathForSource(ctx, "prebuilts/sdk/current/public/data/annotations.zip… 314 …apiVersionsXMLPath = android.PathForSource(ctx, "prebuilts/sdk/current/public/data/api-versions.xm… 326 Tool(android.PathForSource(ctx, "prebuilts/cmdline-tools/tools/bin/lint")). 327 Implicit(android.PathForSource(ctx, "prebuilts/cmdline-tools/tools/lib/lint-classpath.jar")).
|
D | java.go | 1274 android.PathForSource(ctx, java8Home, "jre/lib/jce.jar"), 1275 android.PathForSource(ctx, java8Home, "jre/lib/rt.jar")) 1278 android.PathForSource(ctx, java8Home, "lib/tools.jar")) 2111 …builder.CopyToSnapshot(android.PathForSource(sdkModuleContext, file), filepath.Join(aidlIncludeDir… 2479 j.wrapperFile = android.PathForSource(ctx, "build/soong/scripts/jar-wrapper.sh")
|
D | sdk.go | 369 lambdaStubsPath := android.PathForSource(ctx, config.SdkLambdaStubsPath)
|
/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/… 159 return android.PathForSource(ctx, libDir).Join(ctx, ctx.Arch().Abi[0])
|
D | ndk_headers.go | 245 depsPath := android.PathForSource(ctx, "bionic/libc/versioner-dependencies") 251 depsGlob[i] = android.PathForSource(
|
D | proto.go | 45 optionsPath := android.PathForSource(ctx, optionsFile)
|
D | stl.go | 263 ndkSrcRoot := android.PathForSource(ctx, "prebuilts/ndk/current/sources/cxx-stl/system/include")
|
D | pgo.go | 136 return android.OptionalPathForPath(android.PathForSource(ctx, versioned_profiles[0]))
|
D | library_sdk_member.go | 251 src := android.PathForSource(sdkModuleContext, file)
|
D | linker.go | 480 cfiExportsMap := android.PathForSource(ctx, cfiExportsMapPath)
|
D | library.go | 430 ret = append(ret, android.PathForSource(ctx, header)) 450 ret = append(ret, android.PathForSource(ctx, header))
|
/build/soong/python/ |
D | builder.go | 94 template := android.PathForSource(ctx, StubTemplateHost)
|
/build/soong/sysprop/ |
D | sysprop_library.go | 236 …m.currentApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-current.txt… 237 m.latestApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-latest.txt")
|
/build/soong/java/config/ |
D | config.go | 257 return android.PathForSource(ctx, ctx.Config().Getenv("ANDROID_JAVA_HOME"))
|
/build/soong/dexpreopt/ |
D | config.go | 165 return android.PathForSource(ctx, path)
|
/build/soong/apex/ |
D | builder.go | 241 …fileContexts = android.PathForSource(ctx, "system/sepolicy/apex", ctx.ModuleName()+"-file_contexts…
|
12