OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSysfs
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/incidentd/src/
FdBuffer.h
64
const bool
isSysfs
= false);
FdBuffer.cpp
138
int64_t timeoutMs, const bool
isSysfs
) {
190
if (i == 0 &&
isSysfs
) {
Section.cpp
86
static inline bool
isSysfs
(const char* filename) { return strncmp(filename, "/sys/", 5) == 0; }
92
mIsSysfs =
isSysfs
(filename);
208
isSysfs
(mFilenames[index]));
Completed in 91 milliseconds