Home
last modified time | relevance | path

Searched refs:procDir (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java239 final File procDir = new File("/proc", Integer.toString(pid)); in Stats() local
240 statFile = new File(procDir, "stat").toString(); in Stats()
241 cmdlineFile = new File(procDir, "cmdline").toString(); in Stats()
242 threadsDir = (new File(procDir, "task")).toString(); in Stats()
251 final File procDir = new File("/proc", Integer.toString( in Stats() local
254 new File(procDir, "task"), Integer.toString(pid)); in Stats()