Home
last modified time | relevance | path

Searched refs:classpathType (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dclasspath_fragment.go33 type classpathType int type
37 BOOTCLASSPATH classpathType = iota
42 func (c classpathType) String() string {
66 classpathType classpathType member
77 func initClasspathFragment(c classpathFragment, classpathType classpathType) { argument
79 base.classpathType = classpathType
86 classpath classpathType
116 …oduleContext, configuredJars android.ConfiguredJarList, classpaths ...classpathType) []classpathJa… argument
120 for _, classpathType := range classpaths {
122 classpath: classpathType,
[all …]
Dsystemserver_classpath_fragment.go51 …configuredJarListToClasspathJars(ctx, p.ClasspathFragmentToConfiguredJarList(ctx), p.classpathType)
94 …configuredJarListToClasspathJars(ctx, s.ClasspathFragmentToConfiguredJarList(ctx), s.classpathType)
Dbootclasspath_fragment.go521 …configuredJarListToClasspathJars(ctx, b.ClasspathFragmentToConfiguredJarList(ctx), b.classpathType)