Searched refs:OpenLock (Results 1 – 2 of 2) sorted by relevance
543 std::unique_ptr<LockedFile> OpenLock(int lock_flags);
2425 std::unique_ptr<SnapshotManager::LockedFile> SnapshotManager::OpenLock(int lock_flags) { in OpenLock() function in android::snapshot::SnapshotManager2431 return OpenLock(LOCK_SH); in LockShared()2435 return OpenLock(LOCK_EX); in LockExclusive()3272 auto file = OpenLock(0 /* lock flag */); in Dump()