Home
last modified time | relevance | path

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

/external/crosvm/vm_control/src/
Dlib.rs603 NoSuchBatType, enumerator
617 NoSuchBatType => write!(f, "Invalid Battery type setting. Only support: goldfish"), in fmt()
640 _ => Err(BatControlResult::NoSuchBatType), in from_str()