Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/snapuserd/
Dsnapuserd_client.cpp335 std::string SnapuserdClient::GetDaemonAliveIndicatorPath() { in GetDaemonAliveIndicatorPath() function in android::snapshot::SnapuserdClient
340 if (!android::fs_mgr::WaitForFile(GetDaemonAliveIndicatorPath(), 10s)) { in IsTransitionedDaemonReady()
342 << GetDaemonAliveIndicatorPath(); in IsTransitionedDaemonReady()
351 std::string filePath = GetDaemonAliveIndicatorPath(); in RemoveTransitionedDaemonIndicator()
366 if (!android::base::WriteStringToFile("1", GetDaemonAliveIndicatorPath())) { in NotifyTransitionDaemonIsReady()
368 << GetDaemonAliveIndicatorPath(); in NotifyTransitionDaemonIsReady()
/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
Dsnapuserd_client.h44 std::string GetDaemonAliveIndicatorPath();