Searched refs:SYSTEM_POWER_SUSPEND_CONFIG_FILE (Results 1 – 1 of 1) sorted by relevance
36 static const std::string SYSTEM_POWER_SUSPEND_CONFIG_FILE = "/system/etc/power_config/power_suspend… variable125 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()