| 46 | |
| 47 | # ifndef MMKV_WIN32 |
| 48 | bool isFileLockValid() const { return m_fd >= 0; } |
| 49 | # ifdef MMKV_ANDROID |
| 50 | const bool m_useFcntlLock; // fcntl(F_OFD_SETLK) |
| 51 | const bool m_isAshmem; // fcntl(F_SETLK) |
nothing calls this directly
no outgoing calls
no test coverage detected