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