Lazy evaluate default values
Summary:
The unwrap_or_else method allows to pass a closure,
and so allows lazy evaluation of the argument.
Test Plan: println!("Mounting at {}", entry_point);
Reviewers: amj, dereckson
Reviewed By: dereckson
Differential Revision: https://devcentral.nasqueron.org/D2289