Lines Matching refs:filepath
132 filepath = '/sys/devices/system/cpu/online'
133 self.IsReadOnly(filepath)
134 content = target_file_utils.ReadFileContent(filepath, self.shell)
203 filepath = '/sys/kernel/wakeup_reasons/last_resume_reason'
204 self.IsReadOnly(filepath)
208 filepath = '/sys/devices/system/cpu/kernel_max'
209 self.IsReadOnly(filepath)
210 content = target_file_utils.ReadFileContent(filepath, self.shell)
267 filepath = '/sys/power/wakeup_count'
268 self.IsReadWrite(filepath)
272 filepath = '/sys/power/state'
273 self.IsReadWrite(filepath)
274 content = target_file_utils.ReadFileContent(filepath, self.shell)