Searched refs:SYSPROP_LAST_CID (Results 1 – 1 of 1) sorted by relevance
89 const SYSPROP_LAST_CID: &str = "virtualizationservice.state.last_cid"; constant690 system_properties::read(SYSPROP_LAST_CID)?.and_then(|val| match val.parse::<Cid>() { in get_next_available_cid()695 error!("Invalid value '{}' of property '{}'", num, SYSPROP_LAST_CID); in get_next_available_cid()700 error!("Invalid value '{}' of property '{}'", val, SYSPROP_LAST_CID); in get_next_available_cid()720 system_properties::write(SYSPROP_LAST_CID, &format!("{}", cid))?; in get_next_available_cid()