Searched refs:UNLOCK_PATH (Results 1 – 4 of 4) sorted by relevance
36 const std::string UNLOCK_PATH = "/sys/power/wake_unlock"; variable148 ret = snprintf_s(unLockBuf, MAX_PATH, sizeof(unLockBuf) - 1, UNLOCK_PATH.c_str());
46 static constexpr const char * const UNLOCK_PATH = "/sys/power/wake_unlock"; variable
67 unlockFd_ = UniqueFd(TEMP_FAILURE_RETRY(open(UNLOCK_PATH, O_RDWR | O_CLOEXEC))); in InitFd()
58 static constexpr const char * const UNLOCK_PATH = "/sys/power/wake_unlock"; variable330 UniqueFd fd(TEMP_FAILURE_RETRY(open(UNLOCK_PATH, O_RDWR | O_CLOEXEC))); in SuspendUnblock()435 LoadSystemInfo(UNLOCK_PATH, dumpInfo); in PowerDump()