Home
last modified time | relevance | path

Searched defs:ClasspathFragmentBase (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Dclasspath_fragment.go66 type ClasspathFragmentBase struct { struct
67 properties classpathFragmentProperties
69 classpathType classpathType
71 outputFilepath android.OutputPath
72 installDirPath android.InstallPath
75 func (c *ClasspathFragmentBase) classpathFragmentBase() *ClasspathFragmentBase {
156 func (c *ClasspathFragmentBase) outputFilename() string {
160 …Actions(ctx android.ModuleContext, configuredJars android.ConfiguredJarList, jars []classpathJar) {
190 …c (c *ClasspathFragmentBase) installClasspathProto(ctx android.ModuleContext) android.InstallPath {
211 func (c *ClasspathFragmentBase) androidMkEntries() []android.AndroidMkEntries {
Dsystemserver_classpath_fragment.go50 ClasspathFragmentBase anonMember
88 ClasspathFragmentBase anonMember
Dplatform_bootclasspath.go42 ClasspathFragmentBase anonMember
Dbootclasspath_fragment.go234 ClasspathFragmentBase anonMember