Home | History | Annotate | Download | only in java

Lines Matching refs:Dir

262 	// index.html under current module will be copied to docs out dir, if not null.
265 // source.properties under current module will be copied to docs out dir, if not null.
268 // a list of files under current module source dir which contains known tags in Java sources.
563 for _, dir := range j.properties.Srcs_lib_whitelist_dirs {
567 prefix := filepath.Join(dir, pkgAsPath)
889 // dir. We need add the srcjar dir to -sourcepath arg, so that Javadoc can figure out
929 args = args + " -templatedir " + t.dir.String()
976 // resourcesDir is one sub dir of htmlDir
1441 mergeAnnoDirFlags += " --merge-qualifier-annotations " + t.dir.String()
1444 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m))
1461 flags += " --merge-inclusion-annotations " + t.dir.String()
1464 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m))
1496 flags += " --android-jar-pattern " + t.dir.String() + "/%/public/android.jar "
1499 "module %q is not a metalava api-levels-annotations dir", ctx.OtherModuleName(m))
1751 " -newapidir " + filepath.Dir(d.apiXmlFile.String()) +
1753 " -oldapidir " + filepath.Dir(d.lastReleasedApiXmlFile.String())
1764 var metalavaMergeAnnotationsDirTag = dependencyTag{name: "metalava-merge-annotations-dir"}
1765 var metalavaMergeInclusionAnnotationsDirTag = dependencyTag{name: "metalava-merge-inclusion-annotations-dir"}
1766 var metalavaAPILevelsAnnotationsDirTag = dependencyTag{name: "metalava-api-levels-annotations-dir"}
1779 dir android.Path
1793 d.dir = android.PathForModuleSrc(ctx, path)