Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h64 bool mIsSysfs; // sysfs files are pollable but return POLLERR by default, handle it separately variable
DSection.cpp92 mIsSysfs = isSysfs(filename); in FileSection()
126 this->timeoutMs, mIsSysfs); in Execute()