Searched refs:mSuspendStatsFd (Results 1 – 2 of 2) sorted by relevance
91 mSuspendStatsFd(std::move(suspendStatsFd)), in SystemSuspend()239 std::unique_ptr<DIR, decltype(&closedir)> dp(fdopendir(dup(mSuspendStatsFd.get())), &closedir); in getSuspendStats()260 openat(mSuspendStatsFd.get(), statName.c_str(), O_CLOEXEC | O_RDONLY))}; in getSuspendStats()
107 unique_fd mSuspendStatsFd; variable