Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp341 std::string SnapuserdClient::GetDaemonAliveIndicatorPath() { in GetDaemonAliveIndicatorPath() function in android::snapshot::SnapuserdClient
360 if (!android::fs_mgr::WaitForFile(GetDaemonAliveIndicatorPath(), 10s)) { in IsTransitionedDaemonReady()
362 << GetDaemonAliveIndicatorPath(); in IsTransitionedDaemonReady()
371 std::string filePath = GetDaemonAliveIndicatorPath(); in RemoveTransitionedDaemonIndicator()
386 if (!android::base::WriteStringToFile("1", GetDaemonAliveIndicatorPath())) { in NotifyTransitionDaemonIsReady()
388 << GetDaemonAliveIndicatorPath(); in NotifyTransitionDaemonIsReady()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
H A Dsnapuserd_client.h44 std::string GetDaemonAliveIndicatorPath();