Searched refs:procDir (Results 1 – 1 of 1) sorted by relevance
249 final File procDir = new File("/proc", Integer.toString(pid)); in Stats() local250 uid = getUid(procDir.toString()); in Stats()251 statFile = new File(procDir, "stat").toString(); in Stats()252 cmdlineFile = new File(procDir, "cmdline").toString(); in Stats()253 threadsDir = (new File(procDir, "task")).toString(); in Stats()262 final File procDir = new File("/proc", Integer.toString( in Stats() local265 new File(procDir, "task"), Integer.toString(pid)); in Stats()