Searched defs:SIZE (Results 1 - 1 of 1) sorted by relevance

/system/core/healthd/
H A DBatteryMonitor.cpp120 const int SIZE = 128; local
121 char buf[SIZE];
122 int length = readFromFile(path, buf, SIZE);
148 const int SIZE = 16; local
149 char buf[SIZE];
152 if (readFromFile(path, buf, SIZE) > 0) {
162 const int SIZE = 128; local
163 char buf[SIZE];
166 if (readFromFile(path, buf, SIZE) > 0) {
200 const int SIZE local
[all...]

Completed in 30 milliseconds