Home
last modified time | relevance | path

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

/build/soong/cmd/release_config/build_flag/
Dmain.go142 isSet := cmd == "set"
150 if isSet {
209 if isSet {
/build/soong/java/
Dbase.go357 isSet bool member
363 return o.isSet
368 return o.isSet && o.path.Valid()
373 if !o.isSet {
390 if !o.isSet {
397 if !o.isSet {
405 return OptionalDexJarPath{isSet: false}
411 return OptionalDexJarPath{isSet: true, path: path}