Home
last modified time | relevance | path

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

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