Searched refs:readProcLines (Results 1 – 1 of 1) sorted by relevance
666 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getUidForPid()680 Process.readProcLines("/proc/" + pid + "/status", procStatusLabels, procStatusValues); in getParentPid()695 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues); in getThreadGroupLeader()903 public static final native void readProcLines(String path, in readProcLines() method in Process