Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp301 std::string SnapuserdClient::GetDaemonAliveIndicatorPath() { in GetDaemonAliveIndicatorPath() function in android::snapshot::SnapuserdClient
306 if (!android::fs_mgr::WaitForFile(GetDaemonAliveIndicatorPath(), 10s)) { in IsTransitionedDaemonReady()
308 << GetDaemonAliveIndicatorPath(); in IsTransitionedDaemonReady()
317 std::string filePath = GetDaemonAliveIndicatorPath(); in RemoveTransitionedDaemonIndicator()
332 if (!android::base::WriteStringToFile("1", GetDaemonAliveIndicatorPath())) { in NotifyTransitionDaemonIsReady()
334 << GetDaemonAliveIndicatorPath(); in NotifyTransitionDaemonIsReady()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
H A Dsnapuserd_client.h48 std::string GetDaemonAliveIndicatorPath();