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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DToastTest.java57 private static String readFile(String fn) { method in class:ToastTest
87 String text = "freq=" + readFile("/sys/class/leds/red/device/grpfreq")
88 + "\npwm=" + readFile("/sys/class/leds/red/device/grppwm");
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java242 readFile(file, rewriter);
296 readFile(file, reader);
363 private static void readFile(File file, Reader reader) throws IOException { method in class:FileRotator
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java565 String file = readFile("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", '\0');
804 private String readFile(String file, char endChar) { method in class:ProcessStats
842 String cmdName = readFile(cmdlineFile, '\0');

Completed in 80 milliseconds