Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dbase.go390 type OptionalDexJarPath struct { struct
391 isSet bool
392 path android.OptionalPath
396 func (o OptionalDexJarPath) IsSet() bool {
401 func (o OptionalDexJarPath) Valid() bool {
406 func (o OptionalDexJarPath) Path() android.Path {
414 func (o OptionalDexJarPath) PathOrNil() android.Path {
423 func (o OptionalDexJarPath) InvalidReason() string {
430 func (o OptionalDexJarPath) String() string {