Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp36 static const std::string SYSTEM_POWER_SUSPEND_CONFIG_FILE = "/system/etc/power_config/power_suspend… variable
125 if (access(SYSTEM_POWER_SUSPEND_CONFIG_FILE.c_str(), F_OK | R_OK) == -1) { in GetTargetPath()
129 targetPath = SYSTEM_POWER_SUSPEND_CONFIG_FILE; in GetTargetPath()