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