Searched defs:isSysfs (Results 1 – 2 of 2) sorted by relevance
124 int64_t timeoutMs, const bool isSysfs) { in readProcessedDataInStream()
241 static inline bool isSysfs(const char* filename) { return strncmp(filename, "/sys/", 5) == 0; } in isSysfs() function