Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Danalyze_suspend.py67 fpdtpath = '/sys/firmware/acpi/tables/FPDT' variable in SystemValues
2975 if(not os.path.exists(sysvals.fpdtpath)):
2977 doError('file doesnt exist: %s' % sysvals.fpdtpath, False)
2979 if(not os.access(sysvals.fpdtpath, os.R_OK)):
2981 doError('file isnt readable: %s' % sysvals.fpdtpath, False)
2992 fp = open(sysvals.fpdtpath, 'rb')