Home
last modified time | relevance | path

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

/build/soong/java/
Dbase.go325 type OptionalDexJarPath struct { struct
326 isSet bool
327 path android.OptionalPath
331 func (o OptionalDexJarPath) IsSet() bool {
336 func (o OptionalDexJarPath) Valid() bool {
341 func (o OptionalDexJarPath) Path() android.Path {
349 func (o OptionalDexJarPath) PathOrNil() android.Path {
358 func (o OptionalDexJarPath) InvalidReason() string {
365 func (o OptionalDexJarPath) String() string {