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