Home
last modified time | relevance | path

Searched refs:combinedClasspathFile (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dandroidmk.go192 OutputFile: android.OptionalPathForPath(prebuilt.combinedClasspathFile),
197 entries.SetPath("LOCAL_SOONG_HEADER_JAR", prebuilt.combinedClasspathFile)
198 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", prebuilt.combinedClasspathFile)
Djava.go2580 combinedClasspathFile android.Path member
2633 j.combinedClasspathFile = outputFile
2673 if j.combinedClasspathFile == nil {
2676 return android.Paths{j.combinedClasspathFile}
2680 if j.combinedClasspathFile == nil {
2683 return android.Paths{j.combinedClasspathFile}
2691 if j.combinedClasspathFile == nil {
2694 return android.Paths{j.combinedClasspathFile}