pub(crate) fn do_lock(f: &File) -> Result<()>Expand description
Try to lock f, blocking if need be.
On non-android, this just calls fs::File::lock.
pub(crate) fn do_lock(f: &File) -> Result<()>Try to lock f, blocking if need be.
On non-android, this just calls fs::File::lock.