Home
last modified time | relevance | path

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

/build/soong/java/
Dbase.go356 type OptionalDexJarPath struct { struct
357 isSet bool
358 path android.OptionalPath
362 func (o OptionalDexJarPath) IsSet() bool {
367 func (o OptionalDexJarPath) Valid() bool {
372 func (o OptionalDexJarPath) Path() android.Path {
380 func (o OptionalDexJarPath) PathOrNil() android.Path {
389 func (o OptionalDexJarPath) InvalidReason() string {
396 func (o OptionalDexJarPath) String() string {