commit | bd6d2cded8a5f7e3f602ed7574e80954a8b9104d | [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 | 44033e75cc8857586f6eb8d34466d4a9224fe832 [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