Home
last modified time | relevance | path

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

/build/soong/java/
Dbase.go401 type OptionalDexJarPath struct { struct
402 isSet bool
403 path android.OptionalPath
407 func (o OptionalDexJarPath) IsSet() bool {
412 func (o OptionalDexJarPath) Valid() bool {
417 func (o OptionalDexJarPath) Path() android.Path {
425 func (o OptionalDexJarPath) PathOrNil() android.Path {
434 func (o OptionalDexJarPath) InvalidReason() string {
441 func (o OptionalDexJarPath) String() string {