Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 37) sorted by relevance

12

/build/soong/cc/
Dgen.go73 func genYacc(ctx android.ModuleContext, yaccFile android.Path, outFile android.ModuleGenPath, yaccF…
91 func genAidl(ctx android.ModuleContext, aidlFile android.Path, outFile android.ModuleGenPath, aidlF…
107 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath) {
116 func genSysprop(ctx android.ModuleContext, syspropFile android.Path) (android.Path, android.Path) {
138 func genWinMsg(ctx android.ModuleContext, srcFile android.Path, flags builderFlags) (android.Path, …
Drs.go56 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 {
Dbuilder.go677 … TransformDumpToLinkedDump(ctx android.ModuleContext, sAbiDumps android.Paths, soFile android.Path,
714 func UnzipRefDump(ctx android.ModuleContext, zippedRefDump android.Path, baseName string) android.P…
725 func SourceAbiDiff(ctx android.ModuleContext, inputDump android.Path, referenceDump android.Path,
762 func TransformSharedObjectToToc(ctx android.ModuleContext, inputFile android.Path,
809 func TransformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path,
826 func TransformStrip(ctx android.ModuleContext, inputFile android.Path,
859 func TransformDarwinStrip(ctx android.ModuleContext, inputFile android.Path,
Dproto.go25 func genProto(ctx android.ModuleContext, protoFile android.Path, flags builderFlags) (cc, header an…
Dndk_headers.go96 func getHeaderInstallDir(ctx android.ModuleContext, header android.Path, from string,
235 func processHeadersWithVersioner(ctx android.ModuleContext, srcDir, outDir android.Path,
Dcompdb.go129 func getArguments(src android.Path, ctx android.SingletonContext, ccModule *Module, ccPath string, …
/build/soong/java/
Daapt2.go34 func pathToAapt2Path(ctx android.ModuleContext, res android.Path) android.WritablePath {
63 func aapt2Compile(ctx android.ModuleContext, dir android.Path, paths android.Paths) android.Writabl…
122 func aapt2CompileZip(ctx android.ModuleContext, flata android.WritablePath, zip android.Path) {
225 func aapt2Convert(ctx android.ModuleContext, out android.WritablePath, in android.Path) {
Dgen.go62 func genAidl(ctx android.ModuleContext, aidlFile android.Path, aidlFlags string, deps android.Paths…
81 func genLogtags(ctx android.ModuleContext, logtagsFile android.Path) android.Path {
94 func genSysprop(ctx android.ModuleContext, syspropFile android.Path) android.Path {
Dapp_builder.go66 packageFile, jniJarFile, dexJarFile android.Path, certificates []Certificate) {
117 classesJar, manifest, rTxt android.Path, res android.Paths) {
163 packageFile, jniJarFile, dexJarFile android.Path) {
Dhiddenapi.go100 classesJar android.Path) {
146 …c hiddenAPIEncodeDex(ctx android.ModuleContext, output android.WritablePath, dexInput android.Path,
Dbuilder.go356 classesJar android.Path, rulesFile android.Path) {
370 classesJar android.Path, permittedPackages []string) {
383 inputFile android.Path) {
403 …sformZipAlign(ctx android.ModuleContext, outputFile android.WritablePath, inputFile android.Path) {
Dandroid_resources.go40 func androidResourceGlob(ctx android.ModuleContext, dir android.Path) android.Paths {
69 func overlayResourceGlob(ctx android.ModuleContext, dir android.Path) (res []globbedResourceDir,
Dandroid_manifest.go44 func manifestMerger(ctx android.ModuleContext, manifest android.Path, sdkContext sdkContext,
Dproto.go21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags) android.…
Ddex.go172 classesJar android.Path, jarName string) android.ModuleOutPath {
Djacoco.go54 inputJar android.Path, stripSpec string) {
/build/soong/android/
Dnotices.go47 func MergeNotices(ctx ModuleContext, mergedNotice WritablePath, noticePaths []Path) {
57 noticePaths []Path) ModuleOutPath {
Dpaths.go91 type Path interface { interface
128 func GenPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleGenPath {
138 func ObjPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleObjPath {
149 func ResPathWithName(ctx ModuleContext, p Path, name string) ModuleResPath {
164 func OptionalPathForPath(path Path) OptionalPath {
178 func (p OptionalPath) Path() Path { func
453 func indexPathList(s Path, list []Path) int {
463 func inPathList(p Path, list []Path) bool {
467 func FilterPathList(list []Path, filter []Path) (remainder []Path, filtered []Path) {
928 func PathWithModuleSrcSubDir(ctx ModuleContext, path Path, subDir string) Path {
Dhooks.go78 Path() OutputPath methodSpec
96 func (x *installHookContext) Path() OutputPath { func
Dfilegroup.go37 Path *string member
Drule_builder_test.go354 func testRuleBuilder_Build(ctx BuilderContext, in Path, out WritablePath) {
Dproto.go126 func ProtoRule(ctx ModuleContext, rule *RuleBuilder, protoFile Path, flags ProtoFlags, deps Paths,
/build/soong/python/
Dproto.go21 func genProto(ctx android.ModuleContext, protoFile android.Path, flags android.ProtoFlags, pkgPath …
/build/soong/dexpreopt/
Ddexpreopt.go193 arch android.ArchType, profile, bootImage android.Path, appImage, generateDM bool) {
557 func PathToLocation(path android.Path, arch android.ArchType) string {
/build/soong/cmd/diff_target_files/
Dzip_artifact.go171 func (d *ExtractedZipArtifactFile) Path() (string, error) { func

12