Home
last modified time | relevance | path

Searched refs:GetLockPath (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h583 std::string GetLockPath() const;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2840 std::string SnapshotManager::GetLockPath() const { in GetLockPath() function in android::snapshot::SnapshotManager
2845 auto lock_file = GetLockPath(); in OpenLock()