Searched refs:wait_for_property_true (Results 1 – 1 of 1) sorted by relevance
402 wait_for_property_true(APEX_CONFIG_DONE_PROP).context("Failed waiting for apex config done")?; in try_run_payload()424 wait_for_property_true("dev.bootcomplete").context("failed waiting for dev.bootcomplete")?; in try_run_payload()588 wait_for_property_true(&property) in wait_until_done()595 fn wait_for_property_true(property_name: &str) -> Result<()> { in wait_for_property_true() function