Searched refs:procDir (Results 1 – 1 of 1) sorted by relevance
258 final File procDir = new File("/proc", Integer.toString(pid)); in Stats() local259 uid = getUid(procDir.toString()); in Stats()260 statFile = new File(procDir, "stat").toString(); in Stats()261 cmdlineFile = new File(procDir, "cmdline").toString(); in Stats()262 threadsDir = (new File(procDir, "task")).toString(); in Stats()271 final File procDir = new File("/proc", Integer.toString( in Stats() local274 new File(procDir, "task"), Integer.toString(pid)); in Stats()