/build/soong/java/ |
D | app_builder.go | 55 …packageFile, jniJarFile, dexJarFile android.Path, certificates []Certificate, deps android.Paths, … 79 …ext, signedApk android.WritablePath, unsignedApk android.Path, certificates []Certificate, lineage… 127 classesJar, manifest, rTxt android.Path, res android.Paths) { 173 packageFile, jniJarFile, dexJarFile android.Path) {
|
D | aapt2.go | 34 func pathToAapt2Path(ctx android.ModuleContext, res android.Path) android.WritablePath { 63 func aapt2Compile(ctx android.ModuleContext, dir android.Path, paths android.Paths, 107 func aapt2CompileZip(ctx android.ModuleContext, flata android.WritablePath, zip android.Path, zipPr… 233 func aapt2Convert(ctx android.ModuleContext, out android.WritablePath, in android.Path) {
|
D | android_manifest.go | 55 func manifestFixer(ctx android.ModuleContext, manifest android.Path, sdkContext sdkContext, sdkLibr… 136 func manifestMerger(ctx android.ModuleContext, manifest android.Path, staticLibManifests android.Pa…
|
D | android_resources.go | 40 func androidResourceGlob(ctx android.ModuleContext, dir android.Path) android.Paths { 69 func overlayResourceGlob(ctx android.ModuleContext, dir android.Path) (res []globbedResourceDir,
|
D | tradefed.go | 33 func tradefedJavaLibraryInstall(ctx android.ModuleContext, path android.Path) android.Paths {
|
D | builder.go | 538 classesJar android.Path, rulesFile android.Path) { 552 classesJar android.Path, permittedPackages []string) { 565 inputFile android.Path) { 585 …sformZipAlign(ctx android.ModuleContext, outputFile android.WritablePath, inputFile android.Path) {
|
D | jacoco.go | 55 inputJar android.Path, stripSpec string) {
|
D | dex.go | 201 classesJar android.Path, jarName string) android.ModuleOutPath {
|
D | gen.go | 107 func genLogtags(ctx android.ModuleContext, logtagsFile android.Path) android.Path {
|
/build/soong/rust/ |
D | builder.go | 80 func TransformSrcToBinary(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 87 func TransformSrctoRlib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 92 func TransformSrctoDylib(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 97 func TransformSrctoStatic(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 103 func TransformSrctoShared(ctx ModuleContext, mainSrc android.Path, deps PathDeps, flags Flags, 109 func TransformSrctoProcMacro(ctx ModuleContext, mainSrc android.Path, deps PathDeps, 122 func transformSrctoCrate(ctx ModuleContext, main android.Path, deps PathDeps, flags Flags,
|
/build/soong/cc/ |
D | gen.go | 68 func genYacc(ctx android.ModuleContext, rule *android.RuleBuilder, yaccFile android.Path, 111 func genAidl(ctx android.ModuleContext, rule *android.RuleBuilder, aidlFile android.Path, 156 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath) { 165 func genSysprop(ctx android.ModuleContext, syspropFile android.Path) (android.Path, android.Paths) { 189 func genWinMsg(ctx android.ModuleContext, srcFile android.Path, flags builderFlags) (android.Path, …
|
D | rs.go | 56 func rsGeneratedCppFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath { 61 func rsGeneratedHFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath { 66 func rsGeneratedDepFile(ctx android.ModuleContext, rsFile android.Path) android.WritablePath {
|
D | builder.go | 747 … TransformDumpToLinkedDump(ctx android.ModuleContext, sAbiDumps android.Paths, soFile android.Path, 794 func UnzipRefDump(ctx android.ModuleContext, zippedRefDump android.Path, baseName string) android.P… 805 func SourceAbiDiff(ctx android.ModuleContext, inputDump android.Path, referenceDump android.Path, 856 func TransformSharedObjectToToc(ctx android.ModuleContext, inputFile android.Path, 910 func TransformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path, 927 func TransformStrip(ctx android.ModuleContext, inputFile android.Path, 963 func TransformDarwinStrip(ctx android.ModuleContext, inputFile android.Path, 993 func TransformArchiveRepack(ctx android.ModuleContext, inputFile android.Path,
|
D | proto.go | 25 func genProto(ctx android.ModuleContext, protoFile android.Path, flags builderFlags) (cc, header an…
|
D | snapshot_utils.go | 70 func copyFile(ctx android.SingletonContext, path android.Path, out string) android.OutputPath {
|
D | ndk_headers.go | 94 func getHeaderInstallDir(ctx android.ModuleContext, header android.Path, from string, 235 func processHeadersWithVersioner(ctx android.ModuleContext, srcDir, outDir android.Path,
|
/build/soong/android/ |
D | notices.go | 54 func MergeNotices(ctx ModuleContext, mergedNotice WritablePath, noticePaths []Path) { 64 noticePaths []Path) NoticeOutputs {
|
D | hooks.go | 124 Path() InstallPath methodSpec 149 func (x *installHookContext) Path() InstallPath { func 157 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) {
|
D | paths.go | 114 type Path interface { interface 154 func GenPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleGenPath { 164 func ObjPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleObjPath { 175 func ResPathWithName(ctx ModuleContext, p Path, name string) ModuleResPath { 190 func OptionalPathForPath(path Path) OptionalPath { 204 func (p OptionalPath) Path() Path { func 223 func (paths Paths) containsPath(path Path) bool { 572 func indexPathList(s Path, list []Path) int { 582 func inPathList(p Path, list []Path) bool { 586 func FilterPathList(list []Path, filter []Path) (remainder []Path, filtered []Path) { [all …]
|
D | makevars.go | 90 Phony(names string, deps ...Path) 94 DistForGoal(goal string, paths ...Path) 99 DistForGoalWithFilename(goal string, path Path, filename string) 103 DistForGoals(goals []string, paths ...Path) 108 DistForGoalsWithFilename(goals []string, path Path, filename string)
|
D | phony.go | 35 func addPhony(config Config, name string, deps ...Path) {
|
D | filegroup.go | 37 Path *string member
|
/build/soong/python/ |
D | proto.go | 21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags, pkgPath …
|
/build/soong/apex/ |
D | builder.go | 294 …e) buildInstalledFilesFile(ctx android.ModuleContext, builtApex android.Path, imageDir android.Pat…
|
/build/soong/cmd/diff_target_files/ |
D | zip_artifact.go | 171 func (d *ExtractedZipArtifactFile) Path() (string, error) { func
|