commit | 0ad18ffc31f27cab6325c1c4674653c3975f79b6 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Jul 07 14:28:41 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Jul 08 18:57:24 2020 +0000 |
tree | f55c84e10f5377ba7d17ae59305d78a76aa53bb6 | |
parent | 3c2a56488b8993969d1d54669dc9a986477b02ed [diff] |
Wrap flock with TEMP_FAILURE_RETRY. flock may return EINTR. There are code using LockShared() to test existance of the directory. Don't fail spuriously. Test: pass Bug: 160457903 Change-Id: I51628abe05599422eb3f344781d8f3acd653c822